Is there anything similar to compare-3d-plots.py for QIIME2?

Hi! I’ve analysed the same data in a few different ways and I’ve generated pcoa plots for each method. I’m just trying to see if there’s any way I can compare the pcoa plots, or if there is a way I can combine the data matrices for each plot and run something similar to make_emperor.py on qiime2?

Yes, the analogous is to use these two commands:

qiime diversity procrustes-analysis ...
qiime emperor procrustes-plot ...

Also, in QIIME2 I would use Mantel’s test between the two originating distance matrices to asses the fit between the distances. To do this you would use qiime diversity mantel.

3 Likes

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.