RISCdata-class | R Documentation |
The RISC object contains all the basic information used in single cell RNA-seq analysis, including raw counts/UMIs, normalized gene values, dimension reduction, cell clustering, and so on. The framework of RISC object is a S4 dataset, consisting of assay, coldata, rowdata, metadata, vargene, cluster, and DimReduction.
RISC object: a S4 framework dataset
assay
The list of gene counts/UMIs: raw and normalized counts
coldata
The data.frame with cell information, such as cell types, stages, and other factors.
rowdata
The data.frame with gene information, such as coding or non-coding genes.
metadata
The data.frame with meta value.
vargene
The highly variable gene. These genes are utilized in dimension reduction.
cluster
The cell clustering information: include three algorithms for clustering.
DimReduction
The values of dimension reduction.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.