Thank you for the reply. I'm looking for the Allele frequency AF in the INFO. I have 2 vcf files. I need to plot a graph comparing the AF at each position for each chromosome using the 2 vcf files. I used the following command from vcftools.
./vcftools --vcf input_data.vcf --freq --out output
CHROM POS N_ALLELES N_CHR {ALLELE:FREQ}
Y55.chr10 5 2 2 N:0 C:1
Y55.chr10 6 2 2 N:0 C:1
Y55.chr10 7 2 2 N:0 A:1
Y55.chr10 8 2 2 N:0 C:1
Y55.chr10 9 2 2 N:0 A:1
Y55.chr10 10 2 2 N:0 C:1
Y55.chr10 11 3 2 N:0 C:1 A:0
Could anyone explain the columns?
Thank you,
Parimala
Estimating AF from DP4 in a VCF file
you should go http://gatoravi.github.io/work/2016/05/07/mpileup_AF.html