run_PCA | R Documentation |
Do PCA analysis on dimension reduced data to further reduce data dimensionality
run_PCA(object, ...)
## Default S3 method:
run_PCA(object, npcs = 50, return_rotation = F, ...)
## S3 method for class 'Seurat'
run_PCA(
object,
reduction,
npcs = 10,
reduction.name = NULL,
reduction.key = NULL,
return_rotation = FALSE,
...
)
object |
An object |
npcs |
Number of PCs to compute |
return_rotation |
Whether to return the PCA rotations to the misc slot |
reduction |
The reduction to run PCA on |
reduction.name |
Name of the returned reduction |
reduction.key |
Key of the returned reduction |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.