graphistry / pygraphistry

PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated Graphistry visual graph analyzer
BSD 3-Clause "New" or "Revised" License
2.17k stars 206 forks source link

Visualizing DNA variation graphs #42

Closed ekg closed 7 years ago

ekg commented 9 years ago

@lmeyerov

vg is a system for working with sequence graphs that represent populations of genomes. There is wide support for this idea in genomics, and it is on the cusp of use in production contexts that are not well served by exisiting approaches based around a single reference genome sequence (such as the human MHC or in species with high diversity, like mosquitoes).

I have developed techniques to visualize variation graphs but these rely on graph sunsetting operations to visualize larger graphs and eventually meaningful examination if an entire graph breaks down. I'd be interested in seeing what graphistry is doing to handle this kind of use!

lmeyerov commented 9 years ago

Hi @ekg this sounds great! I've met with UCSF and ISB folks before, but never saw this idea. Will send an API key, would love to make this happen :)