pca | R Documentation |
PCA
pca(collection, nPCs = 10, ntop = 500, verbose = c(TRUE, FALSE))
collection |
A Collection object |
nPCs |
Number of principal components to return. Default 10 |
ntop |
Use the top ntop genes with the highest variance for the pca computation. Mirrors the deseq2 plotPCA argument. Default 500. |
verbose |
Boolean indicating if extra messaging should be printed. |
A ComputeResult object. The data slot contains a data.table with the id columns and the first nPCs principal components.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.