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

Toggle to hide SNPs in the Matrix #35

Open
josiahseaman opened this issue Mar 24, 2020 · 1 comment
Open

Toggle to hide SNPs in the Matrix #35

josiahseaman opened this issue Mar 24, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@josiahseaman
Copy link
Member

josiahseaman commented Mar 24, 2020

Users will be able to only view structural information if the wish. The internals of the Matrix (for linear information that is not colored Links arcing over the top of the display) can be hidden.

Simply don't call renderMatrix() in ComponentRect.js when a new boolean input is selected. Add checkbox to src/ViewportInputsStore.js and src/ControlHeader.js.

The difference between the second and third images can be handled with VerticalCompression, and doesn't need it's own toggle.

Simple Example

Structure Only

@josiahseaman josiahseaman added the enhancement New feature or request label Mar 24, 2020
@6br 6br self-assigned this Apr 8, 2020
@6br
Copy link
Contributor

6br commented Apr 9, 2020

I'd like to know what "Width Compression" means?

  1. The width of the Bin is proportionally reduced by using e.g., binWidthFactor.
  2. Reduce the number of Bins for each Component. In general, it is possible to regard there is one Bin for each Component, even if there are more than ten Bins in the

The latter is sometimes easy to see because the all Component size are aligned (except for LinkColumn). In my understanding, shouldn't we make all component the same width means the latter option.

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

No branches or pull requests

2 participants