Skip to content

feat(ScoreSet): add Clingen allele link to variant details in heatmap and histogram#658

Open
bencap wants to merge 1 commit intorelease-2026.2.1from
feature/bencap/416/tooltip-hgvs-link
Open

feat(ScoreSet): add Clingen allele link to variant details in heatmap and histogram#658
bencap wants to merge 1 commit intorelease-2026.2.1from
feature/bencap/416/tooltip-hgvs-link

Conversation

@bencap
Copy link
Copy Markdown
Collaborator

@bencap bencap commented Apr 14, 2026

This pull request strengthens our linkage of score set and variant pages, adding a link to variant detail pages directly from score set variant tooltips. Previously, users had to search with the HGVS string to reach variant pages.

ClinGen allele support and UI enhancements:

  • Added a clingen object with an optional clingen_allele_id field to the RawVariant interface in src/lib/variants.ts, enabling storage of ClinGen allele IDs.
  • Updated the API request in ScoreSetView.vue to include the clingen namespace, ensuring ClinGen data is fetched for each variant.

User interface improvements:

  • In both ScoreSetHeatmap.vue and ScoreSetHistogram.vue, added a "View variant details" link for variants with a ClinGen allele ID, allowing users to quickly access detailed variant pages. [1] [2]

@bencap bencap requested review from jstone-dev and sallybg April 14, 2026 22:24
@bencap bencap linked an issue Apr 14, 2026 that may be closed by this pull request
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.

Add a link to variant search for tooltip HGVS strings

1 participant