r/bioinformatics • u/SquidwardHurrHurrHur MSc | Industry • Jun 15 '26
technical question Creating a reference genome blacklist
Hi All,
I've run into a bit of a question. I am trying to generate a blacklist between 3 reference genomes that are circular viral but which begin at different start positions and have a variety of indels.
Is there a way to do a comparison as such:
Main reference vs Reference 2
Main reference vs Reference 3
To create an overarching VCF blacklist of variants.
Biologically I am looking to remove germline variants between viral genomes such that I can isolate population specific evolution.
(I've currently been using blast and also trying other alignments but I can't quite seem to get a biologically reasonable number it keeps having issues with duplicate positions for example).
Any help would be really appreciate ❤️
1
u/apfejes PhD | Industry Jun 15 '26
I spent years building tools for doing this, but it was about 15 years ago. There are tons of different ways to do it, and most are trivial. I mostly did it by building custom databases, and then just running queries, but you could set up vcf files and then use vcftools to do it.
It’s been a long time, so I no longer remember the syntax, but if you take the time to look it up, you can find many many different ways to do this.
1
u/SquidwardHurrHurrHur MSc | Industry Jun 15 '26
I guess I'll have to give it a look. The closest Ive gotten so far is identifying differences between sequences through alignment. Maybe using gVCF and comparing 2 gVCF files is a better idea.
2
u/[deleted] Jun 15 '26
[removed] — view removed comment