Open jahschwa opened 10 years ago
This depends mainly on https://github.com/biocore/scikit-bio/issues/99
The only update I have seen in https://github.com/biocore/scikit-bio/issues/99 is the addition of this feature into the next milestone which has no due date.
@antgonza if you agree we should remove it from our current milestone.
Fine with me.
We're reviving this issue here: https://github.com/biocore/emperor/issues/356
EMPeror currently requires the eigenvalues and percent variation explained because these are important pieces of information in PCoA plots. However, in adding new algorithms to QIIME, specifically Manifold Learning techniques via Scikit-Learn, these new algorithms are not eigenvector problems, and thus do not compute those info. Perhaps make these values optional?
I haven't found any other features that are PCoA specific, but that doesn't mean there aren't any, as I'm not terribly familiar with EMPeror.
In response to: https://github.com/biocore/qiime/pull/1531