joey711 / shiny-phyloseq

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

error with bar plot with proportions #87

Open miragr opened 5 years ago

miragr commented 5 years ago

Hi!

I tried to make bar plot using proportions but nothing happens in the browser window and an error appears to console: “Warning in <reactive:make_bar_plot>(...) : Could not render bar plot, attempting without faceting...”

I am not using any faceting. Same error happens with my own data as well as with an example dataset (e.g. kostic filtered with 5000 as sample min).

Is this related to the problem with current shiny and shiny-phyloseq versions or is there something else? I expected that proportions-option would plot abundance of each part (e.g. phylum) in proportions and all bars would sum up to 100% or 1.

Mira

vfonti commented 1 year ago

Hello, I have the same problem. Bar button works with counts but gives error with proportions: "Warning in <reactive:make_bar_plot>(...) : Could not render bar plot, attempting without faceting..."

Have you solved this?