# HG changeset patch # User q2d2 # Date 1661803848 0 # Node ID 55fd8d76600647807248b9f6d606f68b1ccecd4f planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__longitudinal commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r 55fd8d766006 qiime2__longitudinal__volatility.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__longitudinal__volatility.xml Mon Aug 29 20:10:48 2022 +0000 @@ -0,0 +1,135 @@ + + + + + Generate interactive volatility plot + + quay.io/qiime2/core:2022.8 + + q2galaxy version longitudinal + q2galaxy run longitudinal volatility '$inputs' + + + + + + + + + + + + + + + + + + + + + + + value is not None and len(value) > 0 + +
+ + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureTable[RelativeFrequency]'] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + +QIIME 2: longitudinal volatility +================================ +Generate interactive volatility plot + + +Outputs: +-------- +:visualization.qzv: <no description> + +| + +Description: +------------ +Generate an interactive control chart depicting the longitudinal volatility of sample metadata and/or feature frequencies across time (as set using the "state_column" parameter). Any numeric metadata column (and metadata-transformable artifacts, e.g., alpha diversity results) can be plotted on the y-axis, and are selectable using the "metric_column" selector. Metric values are averaged to compare across any categorical metadata column using the "group_column" selector. Longitudinal volatility for individual subjects sampled over time is co-plotted as "spaghetti" plots if the "individual_id_column" parameter is used. state_column will typically be a measure of time, but any numeric metadata column can be used. + + +| + + + + 10.1128/mSystems.00219-18 + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r 55fd8d766006 test-data/.gitkeep