- biom
An rbiom object, such as from as_rbiom()
.
Any value accepted by as_rbiom()
can also be given here.
- adiv
Alpha diversity metric(s) to use. Options are: "OTUs"
,
"Shannon"
, "Chao1"
, "Simpson"
, and/or
"InvSimpson"
. Set adiv=".all"
to use all metrics.
Multiple/abbreviated values allowed.
Default: ".all"
- transform
Transformation to apply. Options are:
c("none", "rank", "log", "log1p", "sqrt", "percent")
. "rank"
is
useful for correcting for non-normally distributions before applying
regression statistics. Default: "none"
- cpus
The number of CPUs to use. Set to NULL
to use all available,
or to 1
to disable parallel processing. Default: NULL