# HG changeset patch # User q2d2 # Date 1661801851 0 # Node ID e751c3f697266ba7d32ea26bd1d3c1e29eff0aa2 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__diversity commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r e751c3f69726 qiime2__diversity__pcoa_biplot.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__diversity__pcoa_biplot.xml Mon Aug 29 19:37:31 2022 +0000 @@ -0,0 +1,74 @@ + + + + + Principal Coordinate Analysis Biplot + + quay.io/qiime2/core:2022.8 + + q2galaxy version diversity + q2galaxy run diversity pcoa_biplot '$inputs' + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['PCoAResults'] + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureTable[RelativeFrequency]'] + + + + + + + +QIIME 2: diversity pcoa-biplot +============================== +Principal Coordinate Analysis Biplot + + +Outputs: +-------- +:biplot.qza: The resulting PCoA matrix. + +| + +Description: +------------ +Project features into a principal coordinates matrix. The features used should be the features used to compute the distance matrix. It is recommended that these variables be normalized in cases of dimensionally heterogeneous physical variables. + + +| + + + + @inbook{cite1, + author = {Pierre Legendre and Louis Legendre}, + edition = {Third}, + isbn = {0444-89249}, + pages = {499}, + publisher = {Elsevier}, + title = {Numerical Ecology}, + year = {2012} +} + + 10.1038/s41587-019-0209-9 + + diff -r 000000000000 -r e751c3f69726 test-data/.gitkeep