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

feat(core): point selections and conditional encoding #245

Merged
merged 40 commits into from
Mar 6, 2024
Merged

Conversation

tuner
Copy link
Member

@tuner tuner commented Mar 5, 2024

This is a huge PR with tons of refactoring. Only provides single-point selections for now, but can easily extended to support multiple points and intervals. Conditional encoding with selection parameters works by compiling the conditional logic into GLSL code. Thus, it's fast, regardless of the dataset size. Documentation will be written later on.

Anyway, works pretty much identically to Vega-Lite:
https://vega.github.io/editor/#/examples/vega-lite/interactive_bar_select_highlight

point_selections.mp4

Closes #197

Happens when changes in parameter values trigger data updates when
when initialization is still incomplete.
…package

long is a dependency of @gmod/bam.
Make it simpler. If was overly complex because chrom/pos field def
resulted in a custom accessor that linearizes the genomic coordinates.
Not needed anymore as it is handled by rewiring the data flow.
Collect the logic into a single place
Provide a single dataAccessor that accesses the underlying field or expr
Allows for implementing conditional accessors
Still work in progress but largely works already.
@tuner tuner merged commit 864b070 into master Mar 6, 2024
1 check passed
@tuner tuner deleted the point-selection branch March 6, 2024 13:01
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

Successfully merging this pull request may close these issues.

Highlight marks upon hovering or clicking
1 participant