Description Usage Arguments Value
Run Fast PCA dimensionality reduction
1 2 |
object |
Seurat object |
pc.genes |
Genes to use as input for PCA. Default is object@var.genes |
do.print |
Print the top genes associated with high/low loadings for the PCs |
pcs.print |
Number of PCs to print genes for |
pcs.compute |
Total Number of PCs to compute and store |
genes.print |
Number of genes to print for each PC |
... |
Additional arguments to be passed to prcomp |
Returns Seurat object with an PCA embedding (object@pca.rot) and gene projection matrix (object@pca.x). The PCA object itself is stored in object@pca.obj[[1]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.