Entering edit mode
3 months ago
Wenhai
•
0
I constructed a variation graph with a vcf file and a reference genome using vg construct
. I hope to obtain the nodes in the graph corresponding to the variant in VCF. But I don't find the easy way to get it, although I believe that information can be obtained by traversing the reference path and connecting edges. Could you please help me? Thanks.