pca_ | R Documentation |
This function is used for Principal Component Analysis(PCA) in the
function quantile_matrix in this package. It uses prcomp function for PCA.
pca_(data, pca_threshold = 0.9, ...)
data |
the input data matrix, containing all the expression information like proteins or genes. |
pca_threshold |
the minimal percentage of the explained variance in Principal Component Analysis. |
... |
other parameters could be passed to the prcomp function. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.