Description Usage Arguments Value See Also Examples
Evaluate whether the group(s) has a significant effect on overall gut microbiota composition.
1 |
obj |
An object to be converted to a taxmap object with |
distance_method |
Use a desired distance method, Default: 'bray' |
group |
The group or column in the metadata to test upon, Default: 'TreatmentGroup' |
Returns a list which includes permanova, anova, coefficients, and top coefficients.
View top_coefficients_barplot
to plot the top_coefficients returned from this function.
See adonis
and betadisper
to understand more about how the permanova data was generated
1 2 3 4 5 6 7 8 9 | ## Not run:
if (interactive()) {
library(MicrobiomeR)
data <- analyzed_silva
p <- permanova(obj = data, group = "TreatmentGroup")
p$permanova
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.