A character vector containing the names of two spatial regions used as simulated binary phenotypes
in the osmFISH synthetic dataset. These phenotype labels define the two groups (e.g., "Tumor" vs "Normal")
for training and evaluating spatially-informed predictive models.
Usage
data(osmFISH_phenotype_simu)
A character vector of length 2. Each element is the name of a region selected from
the `osmFISH_metadata_region` object. These two regions are used to simulate binary phenotypic classes.
Source
Extracted from simulated osmFISH region labels in the SpaPheno tutorial.
Examples
data(osmFISH_phenotype_simu)
print(osmFISH_phenotype_simu)
#> [1] "Layer 2-3 lateral" "Layer 2-3 medial"