Description Usage Arguments Value Examples
Function to create a heatmap of abundance data (ROWs:OTU,GENE,KO, COLS: SAMPLE NAMES)
1 2 | AbundPlotHeatmap(abund.tab, sp.meta, meanCountCutOff = 1,
groups = "ALL", fontsize_row = 5, fontsize_col = 5)
|
abund.tab |
abundance table as.matrix |
sp.meta |
sample metadata as.matrix (ID,NICKNAME,CONDITION,SUBJECT,CATEGORY) |
groups |
list of biological condition(Healthy vs Disease) |
Heatmap plot
1 | OtuPlotHeatmap(OTUDATA$otu.tab,OTUDATA$sp.meta, meanCountCutOff = 50, groups=c('protein','cholic'),fontsize_row=5,fontsize_col=5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.