BEAGLE 4.1 imputation
0
2
Entering edit mode
7.9 years ago
cholingken ▴ 20

Hi all,

I am new to the field of imputation. I am trying to use BEAGLE v4.1 to do a imputation of a few sets of WGS and WES. 1. I would like to know what are the difference of the output of gt, gl and gtgl arguments respectively. 2. After I run gt argument second time, output from the above argument will be phased and non-missing, so this output could be the target data for the imputation? 3. If I have a multiple target data sets, how can I do a imputation of all of them with same reference data set at a time? 4. How to check the strand inconsistencies between reference and target data? If inconsistency occurs, how to make them consistent? Thank you so much for your time!

Ken

Imputation BEAGLE genotyping • 5.3k views
ADD COMMENT
1
Entering edit mode

If you would like to phase and impute a VCF file, then the following works in BEAGLE 4.0 (not sure about BEAGLE 4.1)

java -Xmx4000m -jar ~/bin/beagle.r1398.jar \
gtgl=VCF-file-that-you-want-to-phase-and-impute.vcf \
nthreads=2 \
out=VCF-file-that-is-now-phased-and-imputed

*note that BEAGLE will add *.vcf.gz to the end of the text in the out argument

ADD REPLY
0
Entering edit mode

Hi, did you get the imputation? Would you help me ?

ADD REPLY

Login before adding your answer.

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