Imputation with Beagle 5.2 for whole exome data at once
0
0
Entering edit mode
2.9 years ago
L_to_the_m ▴ 10

Hi, I have a vcf file of whole exome SNP data from multiple humans. No I want to impute the low call rates with Beagle v.5.2 and would therefore use the reference panel which is given on the website of Beagle (http://bochet.gcc.biostat.washington.edu/beagle/1000_Genomes_phase3_v5a/). Is there a way to infer all low call rate SNPs of the whole exome at once? And not imputing it per chromosome?

Beagle Imputation • 1.0k views
ADD COMMENT
1
Entering edit mode

It doesn't really make sense to do the whole genome at once because each chromosome is imputed seperately (because there is no linkage between different chromosomes). It is also much faster to run it in parallel (i.e. running each chromosome separately), if you have the computational resources. Otherwise, just write a simple for loop in bash for i in {1..22}; do impute; done. Also you will get much better results using the new updated 30x reference panel https://www.internationalgenome.org/data-portal/data-collection/30x-grch38

ADD REPLY

Login before adding your answer.

Traffic: 1851 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