# HG changeset patch # User q2d2 # Date 1661801623 0 # Node ID 3616c7ecbf31fe25d1a5573c6fece05f6e20a787 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__diversity commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r 3616c7ecbf31 qiime2__diversity__adonis.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__diversity__adonis.xml Mon Aug 29 19:33:43 2022 +0000 @@ -0,0 +1,91 @@ + + + + + adonis PERMANOVA test for beta group significance + + quay.io/qiime2/core:2022.8 + + q2galaxy version diversity + q2galaxy run diversity adonis '$inputs' + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['DistanceMatrix'] + + + + + + + + + + + + + + + + + + + + value is not None and len(value) > 0 + +
+ + +
+
+ + + + + +QIIME 2: diversity adonis +========================= +adonis PERMANOVA test for beta group significance + + +Outputs: +-------- +:visualization.qzv: <no description> + +| + +Description: +------------ +Determine whether groups of samples are significantly different from one another using the ADONIS permutation-based statistical test in vegan-R. The function partitions sums of squares of a multivariate data set, and is directly analogous to MANOVA (multivariate analysis of variance). This action differs from beta_group_significance in that it accepts R formulae to perform multi-way ADONIS tests; beta_group_signficance only performs one-way tests. For more details, consult the reference manual available on the CRAN vegan page: https://CRAN.R-project.org/package=vegan + + +| + + + + https://doi.org/10.1111/j.1442-9993.2001.01070.pp.x + @manual{cite2, + author = {Jari Oksanen and F. Guillaume Blanchet and Michael Friendly and Roeland Kindt and Pierre Legendre and Dan McGlinn and Peter R. Minchin and R. B. O'Hara and Gavin L. Simpson and Peter Solymos and M. Henry H. Stevens and Eduard Szoecs and Helene Wagner}, + note = {R package version 2.5-3}, + title = {vegan: Community Ecology Package}, + url = {https://CRAN.R-project.org/package=vegan}, + year = {2018} +} + + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r 3616c7ecbf31 test-data/.gitkeep