This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Structural Variant identification on pangenome graphs

I have a pangenome graph built (with minigraph) from a bunch of human genome assemblies and I've been trying to find structural variants using this pangenome graph.

I used gfatools, which produces a bed file with the bubble sequence, but it doesn't classify the SVs into different types (e.g. insertions, deletions etc). And also it doesn't directly mention in which individual(s) each bubble is found; it does mention the segment IDs, from which (I guess) you can get this information but it's extra work!

So does anyone know of any tool that takes a genome graph as input and outputs a list of SVs (preferably in VCF format)?

Thanks!

PS: I'm aware of the tools which take genome assemblies as input and output SVs (e.g. PAV, Assemblytics, SyRI). However, I'm not really interested in them!

sv variant structural graph genome

1 answer

There might be something here for you : https://github.com/colindaven/awesome-pangenomes

Otherwise, I know creating a pangenome with minigraph-cactus will give you lists of variants in VCF format. You can't get from minigraph rGFA to GFA format, but if you can get a GFA you can try tools like odgi pav.

That's a very comprehensive list! Thanks for sharing!

minigraph better suits my needs because all I need is SVs for my genomes. As far as I know minigraph-cactus does more accurate alignments in order to discover smaller variants, right?

Maybe I will give odgi a try, even though this means I'll have to use a program other than minigraph.

Log in to answer this question.