Class RNAseq defines an RNAseq dataset.
countsRawmatrix of raw counts (genes x cells). Recommended: Use gene IDs instead of gene Names.
CountsFeatmatrix (features x cells) indicating the number of no feature reads (row 1), ambiguous reads (row 2), low quality reads (row 3), unaligned reads (row 4) and others. The cellNames should be the same as in countsRaw.
metadatamatrix of metadata of all cells and genes (cells x features).
SpikeInIf not NULL, contains logical vector with genes as names, where TRUE indicates that it's spike-in and FALSE indicates that it's a biological gene.
countsNormmatrix of normalised counts (genes x cells).Recommended: Use gene IDs instead of gene Names.
CellsSizeFacContains size factors obtained in the normalisation.
cellsFailQCList of cells that have failed QC.
genesHVGVector of highly variable genes.
pcaIf not NULL, contains PCA results.
tsneIf not NULL, contains tSNE results.
difmapIf not NULL, contains diffusion map results.
clusteringIf not NULL, contains information about potential clustering.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.