Description Usage Arguments Details Value Author(s) References Examples
Obtain the human embryonic stem cell single-cell RNA-seq data from Leng et al. (2015).
1 | LengESCData(ensembl = FALSE, location = TRUE)
|
ensembl |
Logical scalar indicating whether gene symbols should be converted to Ensembl annotation. |
location |
Logical scalar indicating whether genomic coordinates should be returned. |
Column metadata contains the cell line, experiment number and experimentally determined cell cycle phase for each cell.
If ensembl=TRUE
, the gene symbols in the published annotation are converted to Ensembl.
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/leng-esc
.
A SingleCellExperiment object with a single matrix of normalized expected read counts.
Aaron Lun
Leng F et al. (2015). Oscope identifies oscillatory genes in unsynchronized single-cell RNA-seq experiments. Nat. Methods 12(10), 947-950.
1 | sce <- LengESCData()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.