prepPCADat | R Documentation |
prepares pca data with metadata. If metadata doesn't exists it puts all the sampels into a signlge group; "Conds".
prepPCADat(pca_data = NULL, metadata = NULL, input = NULL, pcx = 1, pcy = 2)
pca_data, |
pca run results |
metadata, |
additional meta data |
input, |
input |
pcx, |
x axis label |
pcy, |
y axis label |
Color and shape from selection boxes or defaults
x <- prepPCADat()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.