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
As we're making more and more hic files, the need for VS mode (where the A map is shown below the diagonal and the B map is above the diagonal) is becoming more and more critical. How complex would this be to implement?
The text was updated successfully, but these errors were encountered:
You should probably start with contactMatrixView, where the map is actually drawn, and work backwards. The actual drawing of the offscreen bitmaps happens in the function getImageTile. I would suggest deferring UI controls for this until you are actually drawing what you want to see (hardcode the option). @turner can help with the UI controls when the time comes.
As we're making more and more hic files, the need for VS mode (where the A map is shown below the diagonal and the B map is above the diagonal) is becoming more and more critical. How complex would this be to implement?
The text was updated successfully, but these errors were encountered: