Hello everyone,
My lab mate and I both ran the same commands for an ANCOM analysis in QIIME 2, but my results are showing a sign change on the x-axis while his results do not, and we can't explain why.
So did anybody see this in their results too and/or could explain where the sign change may come from and why it isn´t consistent ?
I´m also very unsure about the meaning of the x-axis, as I understand it shows the “effect” of the feature. So a positive figure means the feature has a big impact on the differences between the compared groups?
For better understanding, those are the commands we worked with. The only difference between original and changed is the order of Group A and B in the command.
# ANCOM for Probiotika, test AB original
qiime feature-table filter-samples \ --i-table table_collapsed_level7.qza \ --m-metadata-file Metadaten_Bonn.txt \ --p-where '[Probiotika] IN ("A","B")' \ --o-filtered-table table_collapsed_Probiotika_AB.qza
qiime composition add-pseudocount \ --i-table table_collapsed_Probiotika_AB.qza \ --o-composition-table table_compositional_Probiotika_AB.qza
qiime composition ancom \ --i-table table_compositional_Probiotika_AB.qza \ --m-metadata-file Metadaten_Bonn.txt \ --m-metadata-column Probiotika \ --o-visualization ancom_Probiotika_AB.qzv
# ANCOM for Probiotika, test BA changed
qiime feature-table filter-samples \ --i-table table_collapsed_level7.qza \ --m-metadata-file Metadaten_Bonn.txt \ --p-where '[Probiotika] IN ("B","A")' \ --o-filtered-table table_collapsed_Probiotika_BA.qza
qiime composition add-pseudocount \ --i-table table_collapsed_Probiotika_BA.qza \ --o-composition-table table_compositional_Probiotika_BA.qza
qiime composition ancom \ --i-table table_compositional_Probiotika_BA.qza \ --m-metadata-file Metadaten_Bonn.txt \ --m-metadata-column Probiotika \ --o-visualization ancom_Probiotika_BA.qzv
The following picture shows my results (only), you can see the sign change on the x-axis unlike my lab mates results, which display two identical volcano plots (not shown in this post).
I really appreciate any help and thank you in advance
