# HG changeset patch # User q2d2 # Date 1661803748 0 # Node ID 59dc58208d899b1eadeebcd3443e37753e20e88d planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__longitudinal commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r 59dc58208d89 qiime2__longitudinal__first_distances.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__longitudinal__first_distances.xml Mon Aug 29 20:09:08 2022 +0000 @@ -0,0 +1,93 @@ + + + + + Compute first distances or distance from baseline between sequential states + + quay.io/qiime2/core:2022.8 + + q2galaxy version longitudinal + q2galaxy run longitudinal first_distances '$inputs' + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['DistanceMatrix'] + + + + + + + + + + + + + + + + + + + + value is not None and len(value) > 0 + + + + + + value is not None and len(value) > 0 + +
+ + + + + + +
+
+ + + + + +QIIME 2: longitudinal first-distances +===================================== +Compute first distances or distance from baseline between sequential states + + +Outputs: +-------- +:first_distances.qza: Series of first distances. + +| + +Description: +------------ +Calculates first distances between sequential states for samples collected from individual subjects sampled repeatedly at two or more states. This method is similar to the "first differences" method, except that it requires a distance matrix as input and calculates first differences as distances between successive states. Outputs a data series of first distances for each individual subject at each sequential pair of states, labeled by the SampleID of the second state (e.g., paired distances 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 distances across time or among groups of subjects. Also supports distance 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 59dc58208d89 test-data/.gitkeep