| 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
assayThe list of gene counts/UMIs: raw and normalized counts
coldataThe data.frame with cell information, such as cell types, stages, and other factors.
rowdataThe data.frame with gene information, such as coding or non-coding genes.
metadataThe data.frame with meta value.
vargeneThe highly variable gene. These genes are utilized in dimension reduction.
clusterThe cell clustering information: include three algorithms for clustering.
DimReductionThe values of dimension reduction.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.