# HG changeset patch # User q2d2 # Date 1661803669 0 # Node ID 8913c08bc41d281f40a95140ab8ebacbe4ccba85 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__longitudinal commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r 8913c08bc41d qiime2__longitudinal__first_differences.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__longitudinal__first_differences.xml Mon Aug 29 20:07:49 2022 +0000 @@ -0,0 +1,99 @@ + + + + + Compute first differences or difference from baseline between sequential states + + quay.io/qiime2/core:2022.8 + + q2galaxy version longitudinal + q2galaxy run longitudinal first_differences '$inputs' + + + + + + + + + + + + + + + + + + + + + + + value is not None and len(value) > 0 + + + + + + value is not None and len(value) > 0 + + + + + + value is not None and len(value) > 0 + +
+ + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureTable[RelativeFrequency]'] + + + + + + + +
+
+ + + + + +QIIME 2: longitudinal first-differences +======================================= +Compute first differences or difference from baseline between sequential states + + +Outputs: +-------- +:first_differences.qza: Series of first differences. + +| + +Description: +------------ +Calculates first differences in "metric" between sequential states for samples collected from individual subjects sampled repeatedly at two or more states. First differences can be performed on a metadata column (including artifacts that can be input as metadata) or a feature in a feature table. Outputs a data series of first differences for each individual subject at each sequential pair of states, labeled by the SampleID of the second state (e.g., paired differences between time 0 and time 1 would be labeled by the SampleIDs at time 1). This file can be used as input to linear mixed effects models or other longitudinal or diversity methods to compare changes in first differences across time or among groups of subjects. Also supports differences from baseline (or other static comparison state) by setting the "baseline" parameter. + + +| + + + + 10.1128/mSystems.00219-18 + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r 8913c08bc41d test-data/.gitkeep