Closed gregcaporaso closed 6 years ago
Is there a timeline for this, I would like to make sure that this feature exists in Emperor before this is planned to exist.
We're planning to add it in the 2017.9 release. Does that timeline work for you?
Yes, I think this should work!!
On (Aug-22-17| 1:44), Jai Ram Rideout wrote:
We're planning to add it in the 2017.9 release. Does that timeline work for you?
-- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/qiime2/q2-diversity/issues/120#issuecomment-323896116
Cool! Get in touch with us on Slack if you want to coordinate anything for the next release cycle.
I have opened this PR in emperor that adds the ability to plot procrustes plots. One key difference from the plots in QIIME 1 is that it allows you to add a description for each matrix you want to compare. This is useful for example when you compare three rarefaction levels and you want to see which matrix represents which rarefaction.
I think this should take two PCoA matrices (say
pcoa-a
andpcoa-b
) as input, and output one PCoA matrix, where the output matrix is thepcoa-b
transformed to minimize differences againstpcoa-a
.