# HG changeset patch # User q2d2 # Date 1661803518 0 # Node ID 63fbb900981f0d108c04ace9c58fdb731bb04e3c planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__gneiss commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r 63fbb900981f qiime2__gneiss__gradient_clustering.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__gneiss__gradient_clustering.xml Mon Aug 29 20:05:18 2022 +0000 @@ -0,0 +1,93 @@ + + + + + Hierarchical clustering using gradient information. + + quay.io/qiime2/core:2022.8 + + q2galaxy version gneiss + q2galaxy run gneiss gradient_clustering '$inputs' + + + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureTable[Composition]', 'FeatureTable[Frequency]', 'FeatureTable[RelativeFrequency]'] + + + + + + + + + + value != "1" + + + + + + + + + +
+ + +
+
+ + + + + +QIIME 2: gneiss gradient-clustering +=================================== +Hierarchical clustering using gradient information. + + +Outputs: +-------- +:clustering.qza: A hierarchy of feature identifiers where each tip corresponds to the feature identifiers in the table. This tree can contain tip ids that are not present in the table, but all feature ids in the table must be present in this tree. + +| + +Description: +------------ +Build a bifurcating tree that represents a hierarchical clustering of features. The hiearchical clustering uses Ward hierarchical clustering based on the mean difference of gradients that each feature is observed in. This method is primarily used to sort the table to reveal the underlying block-like structures. + + +| + + + + @article{cite1, + author = {Morton, James T and Sanders, Jon and Quinn, Robert A and McDonald, Daniel and Gonzalez, Antonio and Vázquez-Baeza, Yoshiki and Navas-Molina, Jose A and Song, Se Jin and Metcalf, Jessica L and Hyde, Embriette R and Lladser, Manuel and Dorrestein, Pieter C and Knight, Rob}, + journal = {MSystems}, + number = {1}, + pages = {e00162--16}, + publisher = {Am Soc Microbiol}, + title = {Balance trees reveal microbial niche differentiation}, + volume = {2}, + year = {2017} +} + + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r 63fbb900981f test-data/.gitkeep