
Load SpatialMap's example datasets
load_sm_data.Rd
Call to load any of the example datasets included in the SpatialMap package. Use without arguments or see the Details section below to show info on what current datasets are available.
Usage
load_sm_data(dataset = c("tonsil", "skin", "description"))
load_sm_tonsil()
load_sm_skin()
load_sm_data_descriptions()
Details
Available Datasets: Skin dataset:
Features:
6 samples/Regions
40 features (biomarkers)
22,732 single-cells
Project metadata (samples):
Diseases: Atopic dermatits (3), healthy (3)
Tissue: skin (6)
Cell-level metadata:
Cell phenotypes: cell_type
To load, e.g.:
sm_skin <- load_sm_data('skin')
Tonsil dataset:
Features:
2 samples/Regions/patients
16 features (biomarkers)
16,498 single-cells
Project metadata:
Tissue: tonsil
To load, e.g.:
sm_tonsil <- load_sm_data('tonsil')