Multiplicom / axiom

3 stars 0 forks source link

Add function to clear selection for genome browser track #105

Closed basvandenberg closed 3 years ago

basvandenberg commented 3 years ago

Currently there is the option to set a selection for a genome browser track using the setSelection(posStart, posEnd) function in FrameTrackViewer.js. The selection can be cleared by setting the start position smaller than the end position, but it is nicer to have a separate clearSelection() function that does this for you.