joey711 / shiny-phyloseq

An interactive web application for demonstrating and using phyloseq.
http://joey711.github.io/shiny-phyloseq
GNU General Public License v3.0
60 stars 45 forks source link

Bug in `plot_ordination` with certain dataset #29

Closed joey711 closed 10 years ago

joey711 commented 10 years ago

Susan sent file for example

library("phyloseq")
load("phytc.RData")

The ordination fails to work when color is mapped to a sample variable. There is no clear error message, so the fail likely happens late in the plot rendering, maybe within shiny_phyloseq_print.

Need to identify and fix/protect the problem

joey711 commented 10 years ago

Done.

5cbf9931d357f02feb137bafd6f02c0337e3ed19