Description Usage Arguments Value Examples
View source: R/lilikoi.explr.R
Performs source of variation test and build PCA and t-SNE plots to visualize important information.
1 | lilikoi.explr(data, demo.data, pca = FALSE, tsne = FALSE)
|
data |
is a input data frame for analysis with sample ids as row names and metabolite names or pathway names as column names. |
demo.data |
is a demographic data frame with sample ids as row names, sample groups and demographic variable names as column names. |
pca |
if TRUE, PCA plot will be out. |
tsne |
if TRUE, T-SNE plot will be out. |
Source of variation test results and PCA and t-SNE plot
1 | lilikoi.explr(data, demo.data, pca=TRUE, tsne=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.