View source: R/preprocessing.R
| run_pca | R Documentation |
This functions runs the Seurat RunPCA function on a list of data sets. This functions assumes that genes are in rows and cells are in columns. Verbose is set to false, the Features are set to be the Variable Features of the data set, the default number of components is 10, and the PCA is run on only scaled data
run_pca(dataList, numComponents = 10)
dataList |
A list of data sets to be reduced by PCA |
numComponents |
The number of components to be found, with a default of 10 |
A data list with PCA completed on the features
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.