This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Calculating genotype likelihood from vcf file which has allele frequency, total no. of allele in called genotype, total no. of alternate allele

I am new to understanding vcf file format and have recently downloaded phase3 released data from 1000 genome project. The vcf file downloaded gives the genotype, allele frequency, total no, of alternate alleles and total no. of population considered. But it doesn't mention genotype likelihood. I'm struggling to figure out how that can be interpreted from it. Can anyone help me figure out that?

Thanks

next-gen snp

Without fastq quality information you cannot calculate genotype likelihoods. I believe you are looking at the "prerelease" data. The full release will have genotype likelihoods. I'm pretty sure the full phase 3 release is already out.

2 answers

You cannot calculate genotype likelihood on a population. You'd need to look at individual sample level VCFs for that information.

I believe the files you're looking for are on the 1000 Genomes FTP in the following folder: /vol1/ftp/release/20130502/supporting/genotype_likelihoods

Log in to answer this question.