datavisyn / visyn_core

BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

feat: add `GenomeNavigation` class to util package #625

Closed dvmoritzschoefl closed 2 weeks ago

dvmoritzschoefl commented 2 weeks ago

Probably of interest for more projects. Utility class that can convert different genome positions (similar to computeChromSizes in gosling.js). Data is taken from gosling.js for hg38 to remove the dependency for our core.

Use cases would be:

image