Description Usage Arguments Details Value Author(s) Examples
View source: R/importExampleData.R
Retrieves published example datasets stored in SingleCellExperiment using the scRNAseq and TENxPBMCData packages. See 'Details' for a list of available datasets.
1 | importExampleData(dataset, class = c("Matrix", "matrix"), delayedArray = FALSE)
|
dataset |
Character. Name of the dataset to retrieve. |
class |
Character. The class of the expression matrix stored in the SCE
object. Can be one of |
delayedArray |
Boolean. Whether to read the expression matrix as
DelayedArray object or not. Default |
See the list below for the available datasets and their descriptions.
Retrieved with
ReprocessedFluidigmData
. Returns a dataset of 65
human neural cells from Pollen et al. (2014), each sequenced at high and low
coverage (SRA accession SRP041736).
Retrieved with
ReprocessedAllenData
. Returns a dataset of 379 mouse
brain cells from Tasic et al. (2016).
Retrieved with TENxPBMCData
.
2,700 peripheral blood mononuclear cells (PBMCs) from 10X Genomics.
Retrieved with TENxPBMCData
.
4,340 peripheral blood mononuclear cells (PBMCs) from 10X Genomics.
Retrieved with TENxPBMCData
.
5,419 peripheral blood mononuclear cells (PBMCs) from 10X Genomics.
Retrieved with TENxPBMCData
.
8,381 peripheral blood mononuclear cells (PBMCs) from 10X Genomics.
Retrieved with TENxPBMCData
.
33,148 peripheral blood mononuclear cells (PBMCs) from 10X Genomics.
Retrieved with TENxPBMCData
.
68,579 peripheral blood mononuclear cells (PBMCs) from 10X Genomics.
The specified SingleCellExperiment object.
Joshua D. Campbell, David Jenkins
1 | sce <- importExampleData("pbmc3k")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.