View source: R/dimentionality-reduction.R
run_pca | R Documentation |
Run PCA
run_pca(data, num_pcs, prefix = "PC_")
data |
A tibble with metadata. |
num_pcs |
Maximim number of genes per cell. |
prefix |
suffix. |
named list of feature loadings, cell embeddings, sdev, output from pca
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.