Description Usage Arguments Details Value Author(s) References Examples
View source: R/NestorowaHSCData.R
Obtain the mouse haematopoietic stem cell single-cell RNA-seq data from Nestorowa et al. (2015).
1 | NestorowaHSCData(remove.htseq = TRUE, location = TRUE)
|
remove.htseq |
Logical scalar indicating whether HT-seq alignment statistics should be removed. |
location |
Logical scalar indicating whether genomic coordinates should be returned. |
Rows corresponding to HT-seq's alignment statistics are removed by default.
These can be retained by setting remove.htseq=FALSE
.
Column metadata includes the cell type mapping, as described on the website (see References),
and the FACS expression levels of selected markers.
Note that these are stored as nested matrices within the colData
.
Diffusion map components are provided as the "diffusion"
entry in the reducedDims
.
Counts for ERCC spike-ins are stored in the "ERCC"
entry in 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/nestorowa-hsc
.
A SingleCellExperiment object with a single matrix of read counts.
Aaron Lun
Nestorowa S et al. (2016). A single-cell resolution map of mouse hematopoietic stem and progenitor cell differentiation Blood 128, e20-e31.
Gene and protein expression in adult haematopoiesis: Data. http://blood.stemcells.cam.ac.uk/single_cell_atlas.html#data.
1 | sce <- NestorowaHSCData()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.