# HG changeset patch # User q2d2 # Date 1661803941 0 # Node ID 89d35e7b6d90ca04eefa040fb2ee85bbc64c814a planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__longitudinal commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r 89d35e7b6d90 qiime2__longitudinal__feature_volatility.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__longitudinal__feature_volatility.xml Mon Aug 29 20:12:21 2022 +0000 @@ -0,0 +1,162 @@ + + + + + Feature volatility analysis + + quay.io/qiime2/core:2022.8 + + q2galaxy version longitudinal + q2galaxy run longitudinal feature_volatility '$inputs' + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureTable[Frequency]'] + + + + + + + + + + + + + + + + + + + + value is not None and len(value) > 0 + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + +QIIME 2: longitudinal feature-volatility +======================================== +Feature volatility analysis + + +Outputs: +-------- +:filtered_table.qza: Feature table containing only important features. +:feature_importance.qza: Importance of each input feature to model accuracy. +:volatility_plot.qzv: Interactive volatility plot visualization. +:accuracy_results.qzv: Accuracy results visualization. +:sample_estimator.qza: Trained sample regressor. + +| + +Description: +------------ +Identify features that are predictive of a numeric metadata column, state_column (e.g., time), and plot their relative frequencies across states using interactive feature volatility plots. A supervised learning regressor is used to identify important features and assess their ability to predict sample states. 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 89d35e7b6d90 test-data/.gitkeep