scPCA | R Documentation |
Based on highly variably expressed genes of the datasets, RISC calculates the principal components (PCs) of the cells using prcomp functions. The major PCs, which explain most gene expression variance, are used for dimension reduciton.
scPCA(object, npc = 20)
object |
RISC object: a framework dataset. |
npc |
The number of PCs will be generated based on highly variable genes (usually < 1,500), npc equal to the first 20 PCs as the default. |
RISC single cell dataset, the DimReduction slot.
Jolliffe et al. (2016)
Alter et al., PNAS (2000)
Gonzalez et al., JSS (2008)
Mevik et al., JSS (2007)
# RISC object
obj0 = raw.mat[[3]]
obj0 = scPCA(obj0, npc = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.