# HG changeset patch # User q2d2 # Date 1661803874 0 # Node ID 8fe7ffdd3a715351c9f42e14193443788bd0fa62 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__longitudinal commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r 8fe7ffdd3a71 qiime2__longitudinal__linear_mixed_effects.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__longitudinal__linear_mixed_effects.xml Mon Aug 29 20:11:14 2022 +0000 @@ -0,0 +1,184 @@ + + + + + Linear mixed effects modeling + + quay.io/qiime2/core:2022.8 + + q2galaxy version longitudinal + q2galaxy run longitudinal linear_mixed_effects '$inputs' + + + + + + + + + + + + + + + + + + + + + + + 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 linear-mixed-effects +========================================== +Linear mixed effects modeling + + +Outputs: +-------- +:visualization.qzv: <no description> + +| + +Description: +------------ +Linear mixed effects models evaluate the contribution of exogenous covariates "group_columns" and "random_effects" to a single dependent variable, "metric". Perform LME and plot line plots of each group column. A feature table artifact is required input, though whether "metric" is derived from the feature table or metadata is optional. + + +| + + + + @inproceedings{cite1, + author = {Seabold, Skipper and Perktold, Josef}, + booktitle = {Proceedings of the 9th Python in Science Conference}, + organization = {SciPy society Austin}, + pages = {61}, + title = {Statsmodels: Econometric and statistical modeling with python}, + volume = {57}, + year = {2010} +} + + 10.1128/mSystems.00219-18 + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r 8fe7ffdd3a71 test-data/.gitkeep