How is genotype imputation used in variant calling pipelines
0
0
Entering edit mode
3.5 years ago
curious ▴ 750

In the supplementary of phase 1 1000 genomes they say:

"The merged genotype likelihoods were used as the input to run the BEAGLE software"

In the more recent recalling of 1000G on GRCh38 they mention a similar approach

The VCF file containing the genotype likelihoods ...were processed in parallel by Beagle 14 by using the following command:

java -jar beagle.08Jun17.d8b.jar \
  chrom=$chr:$start-$end \
  gl=$chr.biallelic.GL.vcf.gz \
  out=$chr.$start.$end.beagle \
  niterations=15

Little baffled because usually I think of genotype imputation using a reference panel. Are the haplotypes where where enough coverage existed being used to determine variation in those haplotyes where not enough coverage existing to call by observation?

variant calling 1000g • 731 views
ADD COMMENT

Login before adding your answer.

Traffic: 2340 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6