Description Usage Arguments Value Examples
Computes PERMANOVA with vegan using specific group information
1 | Indiv_Perm(Data, method = "bray")
|
Data |
csv file with Header as False First column with Sample Second column with Multilevel(Mixomics) so that it can be compatible with other multivariate statistics Third column with Group information. Rest of the columns are the metabolites to be tested. |
method |
Dissimilarity index c("manhattan", "euclidean", "canberra", "clark", "bray", "kulczynski", "jaccard", "gower", "altGower", "morisita", "horn", "mountford", "raup", "binomial", "chao", "cao", "mahalanobis", "chisq",chord") |
vegan::adonis2(Dist_Met~Group,method = "bray",by = NULL,data = x_y_coord_G)
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.