arq5x / scurgen

A tool for detecting patterns in genomic data with space filling curves
9 stars 4 forks source link

Toggle to include/exclude data set from GUI #27

Closed arq5x closed 11 years ago

arq5x commented 11 years ago

When loading up several data sets into the GUI, it wold be nice to be able to toggle the inclusion or exclusion of each set from the display. This would allow one to have fine control over what is included in the visualization and facilitate intpretation.

Since the HilbertCurves are already computed, it should just be a matter of adding the appropriate HilbertCurve to the plot. However, the real complexity is likely the widget to use to do the toggling.

arq5x commented 11 years ago

Commit b8344da367d makes a first cut at this. It ain't pretty, but it works.

daler commented 11 years ago

implemented in 1b8e0ec9d5a518b6d654c03236026058545c70f8, so this issue can be closed