pcaScoresFromLogFC | R Documentation |
Perform principal component analysis and derive PCA scores from a logFC matrix
pcaScoresFromLogFC(lfcMat, reference = 0, choices, reverse = c(FALSE, FALSE))
lfcMat |
Log fold-chnage matrix, genes (features) in rows and samples in columns |
reference |
The reference value that should be set as 0 in the scores, default: 0 |
choices |
How many PCs should be retured. Passed to |
reverse |
Whether the axes should be reversed. Passed to
Perform PCA and get scores from a logFC matrix by setting a pseudo profile of no change (0 for all features) at the origin point |
lfcMat <- matrix(rnorm(9), nrow=3)
pcaScoresFromLogFC(lfcMat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.