databio / LOLAweb

An interactive Shiny web application for genomic interval enrichment analysis using LOLA.
http://lolaweb.databio.org/
16 stars 2 forks source link

consider setting a max number of rows that can be returned for plots #71

Closed vpnagraj closed 6 years ago

vpnagraj commented 6 years ago

currently depending on how you modify the sliders / cutoffs, the number of rows returned can be unwieldy ... this is ok for tables but plotting and interpretation of plots can be difficult

we might consider setting a maximum for the number of rows that can be plotted ...

nsheff commented 6 years ago

for the scatterplot, might look into the hexbin plots to avoid plotting every point; then just plot the actual points for the ones not filtered by the sliders.

vpnagraj commented 6 years ago

histograms are capped at 50 results as of 5d48e5b

@nsheff can you test this and confirm it's working as you had in mind?

nsheff commented 6 years ago

yes I noticed this. looks great.