This is a test version of Biostars. For the public version, visit https://www.biostars.org.
vg sv calling

Hello,

Does vg have a way of handling imprecise SV breakpoints? I have been trying to genotype a deletion test case but the breakpoints differ in different samples (e.g. in homozygotes vs heterozygotes). Thanks

vg

1 answer

No, unfortunately not. Nodes and edges in vg's graph model correspond to exact positions. In theory, you can store every possible deletion that you see in your data within one graph. But in practice, there is a point of diminishing returns when adding too much similar variation to a graph, and it's often best to select a representative variant.

Log in to answer this question.