Description Usage Arguments Value Examples
Function to generate PCA plot of abundance table : OTU,GENE,KO
1 2 | AbundPcaPlot(abund.tab, sp.meta, meanCountCutOff = 1, groups = "ALL",
title = "Title")
|
abund.tab |
otu/gene table as matrix |
sp.meta |
sample metadata as.matrix (ID,NICKNAME,CONDITION,SUBJECT,CATEGORY) |
meanCountCutOff |
The mean count value a gene/otu must have to be considered for the plot. |
groups |
list of selected biological condition for plot |
PCA plot
1 2 3 | AbundPcaPlot(OTUDATA$otu.tab,OTUDATA$sp.meta,groups=c('ain','protein','cholic'))
AbundPcaPlot(OTUDATA$otu.tab,OTUDATA$sp.meta,groups=c('protein','cholic'))
AbundPcaPlot(KODATA$ko.tab,OTUDATA$sp.meta,groups=c('protein','cholic'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.