View source: R/SpatialPCA_utilties.R
get_PCA | R Documentation |
Obtain PCA low dimensional components for dimension reduction methods comparison.
get_PCA(expr, PCnum)
expr |
Normalized gene expression g by n matrix. g is gene number, n is sample size. |
PCnum |
Number of PCs. |
A d by n matrix of low dimensional components from PCA. d is number of low dimensional components, n is sample size.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.