# HG changeset patch # User q2d2 # Date 1661801656 0 # Node ID 2dcfb3ea0e515d68ef5dccc01e78ed110e90ccff planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__diversity commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r 2dcfb3ea0e51 qiime2__diversity__beta_correlation.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__diversity__beta_correlation.xml Mon Aug 29 19:34:16 2022 +0000 @@ -0,0 +1,96 @@ + + + + + Beta diversity correlation + + quay.io/qiime2/core:2022.8 + + q2galaxy version diversity + q2galaxy run diversity beta_correlation '$inputs' + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['DistanceMatrix'] + + + + + + + + + + value != "1" + + + + + + + + + +
+ + + + + + + + + + + + + + + + +
+
+ + + + + + +QIIME 2: diversity beta-correlation +=================================== +Beta diversity correlation + + +Outputs: +-------- +:metadata_distance_matrix.qza: The Distance Matrix produced from the metadata column and used in the mantel test +:mantel_scatter_visualization.qzv: Scatter plot rendering of the manteltest results + +| + +Description: +------------ +Create a distance matrix from a numeric metadata column and apply a two-sided Mantel test to identify correlation between two distance matrices. Actions used internally: `distance-matrix` from q2-metadata and `mantel` from q2-diversity. + + +| + + + + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r 2dcfb3ea0e51 test-data/.gitkeep