Description Usage Format Value References Examples
A dataset containing single cell RNA-seq data from mouse spleen due to Jaitin et al (2014)
1 |
Data is an ExpressionSet
object. The
exprs
slot contains the gene read counts in a gene
by sample matrix with 20190 genes and 4590 samples.
phenoData
slot contains meta information of the samples on 15 features
including batches, sorting markers, ERCC information etc.featureData
slot contains row information which are usually ensemebl gene ID or gene
symbols.
Returns an ExpressionSet object for the sequencing data
Diego Adhemar Jaitin, Ephraim Kenigsberg, Hadas Keren-Shaul, Naama Elefant, Franziska Paul, Irina Zaretsky, Alexander Mildner, Nadav Cohen, Steffen Jung, Amos Tanay, Ido Amit. Massively Parallel Single-Cell RNA-Seq for Marker-Free Decomposition of Tissues into Cell Types. Science 343, 776-779 (2014) DOI: 10.1126/science.1247651
1 2 3 4 | data(MouseJaitinSpleen)
Biobase::exprs(MouseJaitinSpleen)
Biobase::pData(MouseJaitinSpleen)
Biobase::featureData(MouseJaitinSpleen)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.