biocore / empress

A fast and scalable phylogenetic tree viewer for microbiome data analysis
BSD 3-Clause "New" or "Revised" License
47 stars 31 forks source link

Match feature table to ordination #204

Closed ElDeveloper closed 4 years ago

ElDeveloper commented 4 years ago

The samples represented in the feature table should be the same as in the ordination. This will help with matching colors, etc.

mortonjt commented 4 years ago

Can this be done before porting to JS? If so, I already have a function that does this

https://github.com/biocore/gneiss/blob/master/gneiss/util.py#L171

On Wed, Jun 24, 2020, 1:00 PM Yoshiki Vázquez Baeza < notifications@github.com> wrote:

The samples represented in the feature table should be the same as in the ordination. This will help with matching colors, etc.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/biocore/empress/issues/204, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA75VXPBA67SH3BYX57NK2TRYJEONANCNFSM4OHCYO4A .

ElDeveloper commented 4 years ago

Yes, thanks for the heads up!