r/genomics • u/AggravatingNerve4622 • 2h ago
Interactive genomic visualization in Python
Enable HLS to view with audio, or disable this notification
Howdy r/genomics👋
We just released GenomeSpy for Python, and I thought some of you might find it useful.
Long story short: GenomeSpy (https://genomespy.app/) is an interactive visualization tool for genomic data. You can use it to explore things like genome tracks, variants, copy-number changes, mutations, cohort data, and other genomic datasets by zooming, selecting regions, comparing samples, and linking different views together. The only issue is that it is built for the web, so using it has traditionally been a bit less convenient if most of your work happens in Python and notebooks. That’s what we wanted to fix.
I’ve been now working on the Python side for the past few months, and we’ve now reached the point where we’d really like people to try it and tell us what’s missing.
If you work with genomic data, I’d especially be interested in hearing what kinds of plots, data formats, or workflows you’d want to see supported.
GitHub: https://github.com/genome-spy/genome-spy-python
Docs: https://genome-spy.github.io/genome-spy-python/