Description Usage Format Value References Examples
A dataset containing single cell RNA-seq data from mouse embryonic stem cells due to Deng et al (2014)
1 |
Data is an ExpressionSet
object. The
exprs
slot contains the gene read counts in a gene
by sample matrix with 22431 genes and 259 samples from different
stages of mouse embryonic development (zygote, 2 cell, 4 cell,
8 cell, 16 cell, early blastocyst, mid blsastocyst and late
blastocyst stages). phenoData
slot contains meta information
of the samples on the development stage the cell comes from and the
id of the embryo it belongs to. featureData
slot contains row
information which are usually ensemebl gene ID or gene symbols.
Returns an ExpressionSet object for the sequencing data
Qiaolin Deng, Daniel Ramsköld, Björn Reinius, Rickard Sandberg. Single-Cell RNA-Seq Reveals Dynamic, Random Monoallelic Gene Expression in Mammalian Cells. Science, Vol. 343, Issue 6167, pp. 193-196, DOI: 10.1126/science.1245316
1 2 3 4 | data(MouseDengESC)
Biobase::exprs(MouseDengESC)
Biobase::pData(MouseDengESC)
Biobase::featureData(MouseDengESC)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.