Description Usage Arguments Value
View source: R/mbecs_reports.R
Input can be of class MbecData, phyloseq or list(counts, meta-data). The function will check if required covariates are present and apply normalization with default parameters according to chosen type, i.e., 'clr' (cumulative log-ratio) or 'tss' (total sum scaled).
1 2 3 4 5 6 | mbecReportPrelim(
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.