draw_PCA | R Documentation |
Draws variables contributions to principal components, as well as the PCA screeplot. First to fourth principal components are shown, except if there are only 4 samples. In that case, 3 principal components are computed.
draw_PCA(data)
data |
normalized expression data with samples as columns and genes as rows. |
data("abiotic_stresses")
draw_PCA(abiotic_stresses$normalized_counts)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.