-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add toggleRenderMatrix option to hide SNPs in the Matrix #63
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wouldn't you need to also modify or switch renderAllConnectors?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Connectors
- Vertical compression
- Width compression
- Thought about any other usability improvements (path name from cell mouseover?)
I'm not persuaded to remove connections, because vertical compression looks enough compressed. Removing connections lose allele frequency information. However, for evaluation, I add remove connections toggle. Here we have four options. We'd need default options. My recommendation is as follows: |
Issue #35
I fixed the Schematize. Further, I found CompressedViewSwitch won't work if default is
true
. I also fixed this.