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

reactive maximum distance in Network panel slider #16

Closed joey711 closed 10 years ago

joey711 commented 10 years ago

Currently the maximum value in the slider is based on a default-parameters.R value that is also the default setting of the network-edge distance threshold. However, if the user changes this distance threshold, as they probably should, the slider is not setup to compensate by adjusting its values. The network and graphic are completely recalculated/rebuilt when the threshold distance is changed, anyway, so it is a reasonable moment to update the slider.