View source: R/make_PCA2_update.R
make_PCA2_update | R Documentation |
This package contains functions to assist in the current UCLA Metabolomics Quality Control and Analysis Pipeline.
make_PCA2_update(matrix, a = 1, b = 2, cutoff = 0.5)
The |
data matrix to be used, the PC to be used for the x axis (default is 1), the PC to be used for the y axis (default is 2), and the cutoff value for minimum Correlation (default is 0.5). |
A pdf file with a scree plot, a pair plot with the first five PCs, and a PCA plot with PCs a and b.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.