Hi,
This could probably be coded easily enough but I don't want to reinvent the wheel.
Is anyone aware of software that will take a FASTA file and a corresponding VCF file and introduce the mutations from the VCF into the FASTA sequence?
Thanks in advance.
how do you manage the overlapping mutations and the heterozygous mutations ?
this would make a decent code golf challenge
Alternatively,maybe use FastG.
I don't - I was hoping someone else did :) I might pull something together myself but for initial simplicity I would ignore both cases you mention. Neither is important to the downstream testing in my application. I could envisage selecting overlapping mutations randomly. The heterozygous bit would be more complicated. As I said though - neither is important to my particular application.