# HG changeset patch # User q2d2 # Date 1661801874 0 # Node ID 5f235e10be72a9c90779ca3c6e12bc34635a41fe planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__diversity commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r 5f235e10be72 qiime2__diversity__mantel.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__diversity__mantel.xml Mon Aug 29 19:37:54 2022 +0000 @@ -0,0 +1,103 @@ + + + + + Apply the Mantel test to two distance matrices + + quay.io/qiime2/core:2022.8 + + q2galaxy version diversity + q2galaxy run diversity mantel '$inputs' + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['DistanceMatrix'] + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['DistanceMatrix'] + +
+ + + + + + + + + + + + + + + + +
+
+ + + + + +QIIME 2: diversity mantel +========================= +Apply the Mantel test to two distance matrices + + +Outputs: +-------- +:visualization.qzv: <no description> + +| + +Description: +------------ +Apply a two-sided Mantel test to identify correlation between two distance matrices. + +Note: the directionality of the comparison has no bearing on the results. Thus, comparing distance matrix X to distance matrix Y is equivalent to comparing Y to X. + +Note: the order of samples within the two distance matrices does not need to be the same; the distance matrices will be reordered before applying the Mantel test. + +See the scikit-bio docs for more details about the Mantel test: + +http://scikit-bio.org/docs/latest/generated/skbio.stats.distance.mantel + + +| + + + + @article{cite1, + author = {Mantel, Nathan}, + journal = {Cancer research}, + number = {2 Part 1}, + pages = {209--220}, + publisher = {AACR}, + title = {The detection of disease clustering and a generalized regression approach}, + volume = {27}, + year = {1967} +} + + https://doi.org/10.1098/rspl.1895.0041 + https://doi.org/10.2307/1422689 + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r 5f235e10be72 test-data/.gitkeep