vgteam / vg

tools for working with genome variation graphs
https://biostars.org/tag/vg/
Other
1.08k stars 192 forks source link

Introduce MoMIG: A Graph Genome Browser #1405

Open 6br opened 6 years ago

6br commented 6 years ago

Hello, I would like to introduce that I have developed a beta version of a graph genome browser for human genomics. The name of the browser is "MoMIG" (Maple in Japanese): Modular Multi-scale Integrated Genome Graph Browser.

Features:

I have integrated VG and SequenceTubeMap into this browser to achieve these features. I really appreciate these tools and developers :)

In this CHM1 human haploid dataset, insertions, deletions, and inversions have been identified using long-reads. In this demo, all insertions and inversions are shown in the graph.

screenshot-2018-1-29 momig modular multi-scale integrated genome graph browser

Using this demo, you can observe the distribution of variants with Circos Plot and select variants from feature table, and visualize the selected variant with SequenceTubeMap. You can also visualize the nested variants on the TubeMap.

I am very welcome any feedbacks/comments/suggestions!

Demo Page: http://chm1.momig.tokyo/

Manual: http://chm1.momig.tokyo/README.en.html

Short Demo Movie: https://youtu.be/Cv1OFREYtbU

adamnovak commented 6 years ago

This is pretty cool.

How do you change what part of the genome you are looking at in the tube map view? The demo seems stuck on chr5.

6br commented 6 years ago

There are some ways to select genomic regions.

  1. Select variants from CIRCOS.
  2. Select variants from variants table (click "⊕" button on each row).
  3. Write down the genomic region on the input box of region buffer and click the double-circle button at the right-side of input box.
2018-02-02 14 52 15

Could you look at these URLs?

It requires a little bit longer time to acquire genome graphs from our internal backend server. Moreover, it returns no response if you select a long region(longer than 1Mb). So it may seem stuck. I will try to relaxes these performance issues.