View source: R/SpatialPCA_utilties.R
get_NMF | R Documentation |
Obtain NMF low dimensional components for dimension reduction methods comparison.
get_NMF(count, PCnum)
count |
Count 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 NMF. d is number of low dimensional components, which is same as number of Spatial PCs in SpatialPCA. n is sample size.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.