Description Usage Arguments Value Author(s) Examples
View source: R/dimension_reduction.R
When the number of input samples is larger than 2, this function is called to reduce the dimension to 2 by using PCA.
1 |
X |
gene expression data matrix |
X |
|
dimenMatrix |
the dimension reduction matrix used to recover the mixing matrix for all the samples |
Niya Wang (wangny@vt.edu)
1 2 | X <- matrix(runif(5000),1000,5)
dimenResult <- dimension_reduction(X)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.