Description Usage Arguments Value
View source: R/mbecs_reports.R
Constructs an initial report of a single data-set without comparative analyses.
1 2 3 4 5 6 | mbecReportPost(
input.obj,
model.vars = c("batch", "group"),
type = "clr",
return.data = FALSE
)
|
input.obj, |
list of phyloseq objects to compare, first element is considered uncorrected data |
model.vars, |
required covariates to build models |
type |
One of 'otu', 'tss' or 'clr' to determine the abundance matrix to use for evaluation. |
return.data, |
TRUE will return a list of all produced plots, FALSE will start rendering the report |
either a ggplot2 object or a formatted data-frame to plot from
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.