logFCmatrixPCA | R Documentation |
Perform principal component analysis to the log fold-change matrix
logFCmatrixPCA(lfc)
lfc |
A matrix of log2 fold changes, with features in rows and contrasts in columns |
A PCAScoreMatrix
object
The function performs principal component analysis (PCA) to the log fold-change matrix.
By using a column of zeros during the PCA analysis, which was removed from the final result, the point of origin represents an ideal contrast which yield absolutely no differential gene expression. It is easier to interpret the PCA results with this transformation.
my_lfc_mat <- matrix(rnorm(1000), nrow=100, ncol=10)
my_lfc_pca <- logFCmatrixPCA(my_lfc_mat)
my_lfc_pca
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.