mbecReportPost: Constructs an initial report of a single data-set without...

Description Usage Arguments Value

View source: R/mbecs_reports.R

Description

Constructs an initial report of a single data-set without comparative analyses.

Usage

1
2
3
4
5
6
mbecReportPost(
  input.obj,
  model.vars = c("batch", "group"),
  type = "clr",
  return.data = FALSE
)

Arguments

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

Value

either a ggplot2 object or a formatted data-frame to plot from


buschlab/MBECS documentation built on Jan. 21, 2022, 1:27 a.m.