Description Usage Arguments Details Value Author(s) References Examples
View source: R/RichardTCellData.R
Obtain the mouse CD8+ T cell single-cell RNA-seq data from Richard et al. (2018).
1 | RichardTCellData(location = TRUE)
|
location |
Logical scalar indicating whether genomic coordinates should be returned. |
Column metadata is provided in the same form as supplied in E-MTAB-6051. This contains information such as the stimulus, time after stimulation, age of the mice and sequencing batch.
Count data for ERCC spike-ins are stored in the "ERCC"
entry of the altExps
.
If location=TRUE
, the coordinates of the Ensembl gene models are stored in the rowRanges
of the output.
All data are downloaded from ExperimentHub and cached for local re-use.
Specific resources can be retrieved by searching for scRNAseq/richard-tcell
.
A SingleCellExperiment object with a single matrix of read counts.
Aaron Lun
Richard AC et al. (2018). T cell cytolytic capacity is independent of initial stimulation strength. Nat. Immunol. 19(8), 849-858.
1 | sce <- RichardTCellData()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.