Description Usage Arguments Value Author(s) Examples
View source: R/featureSelection.R
This function is based on the prcomp(), we write a shell for it and make it easy to use on genomic data.
1 |
Data |
A data matrix representing the genomic data measured in a set of samples. For the matrix, the rows represent the genomic features, and the columns represents the samples. |
PC_percent |
A numeric values in [0,1] representing the ratio of principal component is seclected. |
scale |
A bool variable, If true, the Data is normalized before PCA. |
A new matrix with full or part Principal Component in new projection space.
Xu,Taosheng taosheng.x@gmail.com,Thuc Le Thuc.Le@unisa.edu.au
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.