adding allele frequencies to a vcf

adding allele frequencies to a vcf

1

Hi all,
I have a vcf file generated from a few hundred samples. For each variant within the file, I would like to calculate the allele frequency of each allele and then add that information as a field into the ‘INFO’ field of the file. I know that I can use vcftools to generate the allele frequencies, but I’m at a bit of a loss as to how I can add that back into the INFO section of the vcf. Alternatively, is there an annotation tool (such as SnpSift, VEP, or some other) that can calculate and do this. If not, I would be left to creating my own script to do it, which I would prefer to avoid.
Thanks for any help


allele


vcf


maf


frequencies

• 32 views

Read more here: Source link