# HG changeset patch # User q2d2 # Date 1661803717 0 # Node ID 288bbd29e931a9dc3227df6deb9aed0f1a8fb0bc planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__longitudinal commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r 288bbd29e931 qiime2__longitudinal__plot_feature_volatility.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__longitudinal__plot_feature_volatility.xml Mon Aug 29 20:08:37 2022 +0000 @@ -0,0 +1,165 @@ + + + + + Plot longitudinal feature volatility and importances + + quay.io/qiime2/core:2022.8 + + q2galaxy version longitudinal + q2galaxy run longitudinal plot_feature_volatility '$inputs' + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureTable[RelativeFrequency]'] + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureData[Importance]'] + + + + + + + + + + + + + + + + + + + + value is not None and len(value) > 0 + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + +QIIME 2: longitudinal plot-feature-volatility +============================================= +Plot longitudinal feature volatility and importances + + +Outputs: +-------- +:visualization.qzv: <no description> + +| + +Description: +------------ +Plots an interactive control chart of feature abundances (y-axis) in each sample across time (or state; x-axis). Feature importance scores and descriptive statistics for each feature are plotted in interactive bar charts below the control chart, facilitating exploration of longitudinal feature data. This visualization is intended for use with the feature-volatility pipeline; use that pipeline to access this visualization. + + +| + + + + 10.1128/mSystems.00219-18 + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r 288bbd29e931 test-data/.gitkeep