View source: R/adaptivegpca-package.R
gpcaEvecs | R Documentation |
Performs gPCA with pre-computed eigenvectors and eigenvalues.
gpcaEvecs(X, evecs, evals, D = rep(1, nrow(X)), k)
X |
Data matrix. |
evecs |
Eigenvectors of |
evals |
Eigenvalues of |
D |
Sample weights |
k |
The number of components to return. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.