You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a debounce to the zoom/translation on view port (for all tracks)
Make SNV events zoom into the mutation (i.e remove the padding that encapsulates the whole gene instead replace with a padding of 250bp with the mutation centered)
See:
(low-priority) Make the center line toggle in the IGV Panel also display a center line in the other tracks
(low-priority) make double-clicking on a mutations point center all tracks (including IGV panel) on that mutation's location (without changing the zoom level). Essentially this would be similar to a call to the handler that translates the view port on user mouse drag. When the user double-clicks on a mutation point, it should be as if the user had dragged their mouse to make the mutation point the center of the view port.
The text was updated successfully, but these errors were encountered:
Some remaining features for the IGV Panel.
See:
case-report/src/helpers/utility.js
Lines 1032 to 1050 in 039554c
Just set
padding
to250
instead of computing it based on gene position.add
"sort": { option: "BASE" },
tocase-report/src/components/igvPlot/index.js
Lines 27 to 38 in 11caac0
The text was updated successfully, but these errors were encountered: