run_pca | R Documentation |
Get PCs from normalized counts.
run_pca(x, n_pcs = 30, seedn = 1)
x |
An SCE object. many genes detected. |
n_pcs |
Number of PCs to calculate. |
seedn |
The seed to set for irlba PCA calculation. It is set to 1 for reproducibility but can be set to NULL for a random initialization. |
An SCE object with PCs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.