Performs permutational multivariate analysis of variance. Uses package called PERMANOVA.
Usage
perform_permanova(
object,
group,
all_features = FALSE,
transform = "Standardize columns",
coef = "Pythagorean",
assay.type = NULL,
...
)
Arguments
- object
a
SummarizedExperiment
orMetaboSet
object- group
character, name of the column to compare
- all_features
should all features be included?
- transform
Transformation to use in
IniTransform
. By default uses "Standardize columns".- coef
Coefficient to calculate continuous distances in
IniTransform
. By default uses Pythagorean distances.- assay.type
character, assay to be used in case of multiple assays
- ...
other parameters to
PERMANOVA