perform_permanova | R Documentation |
Performs permutational multivariate analysis of variance. Uses package called PERMANOVA.
perform_permanova(
object,
group,
all_features = FALSE,
transform = "Standardize columns",
coef = "Pythagorean",
...
)
object |
a MetaboSet object |
group |
character, name of the column to compare |
all_features |
should all features be included? |
transform |
Transformation to use in |
coef |
Coefficient to calculate continuous distances in |
... |
other parameters to |
PERMANOVA object
permanova_res <- perform_permanova(drop_qcs(example_set), group = "Group")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.