computePCA | R Documentation |
Compute the correlation between cells using principal component analysis and plot the standard deviation graph.
computePCA(object, assay.type = "RNA", num.pcs, genes.use = NULL, seed = 1) ## S4 method for signature 'CellRouter' computePCA(object, assay.type = "RNA", num.pcs, genes.use = NULL, seed = 1)
object |
CellRouter object. |
assay.type |
character; the type of data to use. |
num.pcs |
numeric; number of principal components to compute. |
genes.use |
character vector; genes used in principal component analysis. Default is all genes in normalized data. |
seed |
numeric; seed. |
CellRouter object with the pca slot updated.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.