Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
c815cba
get track work from hackathon
gjmcn Nov 14, 2025
94edd0a
Merge branch 'main' into gm-gen-track
gjmcn Dec 17, 2025
c3ed34e
clean up design
gjmcn Dec 19, 2025
73aa3a7
zoom window and view
gjmcn Dec 24, 2025
e55326f
remove innerProvider and update scales
gjmcn Jan 2, 2026
1c17e53
fixes and add example
gjmcn Jan 5, 2026
0f09598
add tooltip
gjmcn Jan 8, 2026
120af39
remove log
gjmcn Jan 8, 2026
76c0630
external pan-zoom window
gjmcn Jan 12, 2026
f57edf2
track padding
gjmcn Jan 12, 2026
99244cd
show tooltip in only one canvas
gjmcn Jan 12, 2026
c7d1cea
cleanup tooltip approach
gjmcn Jan 12, 2026
4c8e755
allow no top-level tracks
gjmcn Jan 13, 2026
4502bd1
fix initialisation and width change behavior
gjmcn Jan 14, 2026
e1f2cc6
zoom lines and tooltip fixes
gjmcn Jan 15, 2026
5b9329a
hide zoom lines at edges
gjmcn Jan 15, 2026
5de4892
movewidget to cs page and add summary tracks widget
gjmcn Jan 16, 2026
92dc629
Merge branch 'main' into gm-gen-track
gjmcn Jan 16, 2026
235ea74
plot variants
gjmcn Jan 16, 2026
ecd136c
fixed size marks, axis and xyInfo
gjmcn Jan 23, 2026
212ab7f
fix lower tracks init
gjmcn Jan 26, 2026
eedd7df
pass data to info components
gjmcn Jan 26, 2026
5bd5084
horizontal line
gjmcn Jan 26, 2026
f3886c2
ring texture and highlight lead
gjmcn Jan 26, 2026
e9e404e
remove nice from axis since breaks track-axis correpsondence
gjmcn Jan 27, 2026
e0d21e5
genes and l2g
gjmcn Jan 30, 2026
84aa709
add e2g and start qtl coloc
gjmcn Feb 2, 2026
dd8def6
plot qtl-coloc
gjmcn Feb 9, 2026
6e65c8f
gwas coloc
gjmcn Feb 12, 2026
f4fac1d
fix hLines and cis-trans coloring
gjmcn Feb 16, 2026
a227617
improve labels and appearance
gjmcn Feb 23, 2026
e19a6d7
Merge branch 'main' into gm-gen-track
gjmcn Mar 16, 2026
51cfe33
update from intervals to enhancerToGenes
gjmcn Mar 16, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions apps/platform/src/pages/CredibleSetPage/Profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ import { Suspense } from "react";
const CREDIBLE_SET = "credibleSet";

const credibleSetProfileWidgets = new Map<string, Widget>([
[CredibleSet.SummaryTracks.definition.id, CredibleSet.SummaryTracks],
// [CredibleSet.GenTrackTest.definition.id, CredibleSet.GenTrackTest],
[CredibleSet.Locus2Gene.definition.id, CredibleSet.Locus2Gene],
[CredibleSet.EnhancerToGenePredictions.definition.id, CredibleSet.EnhancerToGenePredictions],
[CredibleSet.GWASColoc.definition.id, CredibleSet.GWASColoc],
Expand Down
Loading
Loading