getRDS | R Documentation |
Datasets are cached locally using BiocFileCache
. The first time using
this function, you may need to consent to creating a BiocFileCache directory
if one does not already exist.
getRDS(dataset, sample, cache = TRUE)
dataset |
Dataset identifier |
sample |
Sample identifier |
cache |
If true, cache the dataset locally with |
The following datasets are available via getRDS
.
Dataset | Sample(s) |
2018_thrane_melanoma | ST_mel1_rep2 |
2020_maynard_prefrontal-cortex | 151507, 151508, 151509, 151510, 151669, 151670, 151671, 151672, 151673, 151674, 151675, 151676 |
2020_ji_squamous-cell-carcinoma | P4_rep1 |
2020_10X-IDC | IDC1 |
2020_10X-demo_ovarian-cancer | whole_transcriptome |
sce A SingleCellExperiment with positional information in colData and PCs based on the top 2000 HVGs
sce <- getRDS("2018_thrane_melanoma", "ST_mel1_rep2", cache = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.