Cell metadata for the CRC example dataset
crc_metaA data.frame with 2,850 rows (cells) and 3 columns:
Cell type annotation (15 types)
Tumor or Normal tissue origin
Tissue region
# \donttest{
data(crc_meta)
#> Warning: data set ‘crc_meta’ not found
table(crc_meta$cell_type)
#>
#> B CAF Endothelial Gliacyte
#> 150 200 100 20
#> Mast Monocyte Normal Epithelial Normal Fibroblast
#> 30 120 300 200
#> Normal Macrophage Pericyte Plasma SMC
#> 150 50 250 30
#> T TAM Tumor Epithelial
#> 500 150 600
# }