Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VS Mode #373

Open
sa501428 opened this issue Jun 8, 2022 · 3 comments
Open

VS Mode #373

sa501428 opened this issue Jun 8, 2022 · 3 comments

Comments

@sa501428
Copy link

sa501428 commented Jun 8, 2022

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?

@jrobinso
Copy link
Contributor

jrobinso commented Jun 8, 2022

I really don't know, do you have time to work on it? I will not have any time personally for the foreseeable future.

@sa501428
Copy link
Author

where would it be implemented (i.e. which file)? if I can be pointed to the file, I can probably figure it out / make a pull request

@jrobinso
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants