Interpreting phased data from Beagle
0
0
Entering edit mode
6.2 years ago

Dear all,

I'm trying to investigate how Beagle works when phasing with a reference panel and without a reference panel. I've got phased data of unrelated individuals that contain missing markers from these two commands (I'm using Beagle 3.3):

1) The first one goes with a reference panel.

java -Xmx444m -jar beagle.jar markers=./hapmap.markers phased=./hapmap.phased.bgl unphased=./hapmap.unphased.bgl missing=? out=./output

Phased data:

M rs12133813 G A G G


M rs7529536 G G G G


M rs3820577 G G G A


2) The second one goes without a reference panel.

java -Xmx444m -jar beagle.jar markers=./hapmap.markers unphased=./hapmap.unphased.bgl missing=? out=./output

Phased data:

M rs12133813 A G G G


M rs7529536 G G G G


M rs3820577 G G A G


I would like to ask you all what makes the results of two experiments different? Please give me some suggestions.

Thank you.

genotype haplotype beagle phasing imputation • 2.6k views
ADD COMMENT
0
Entering edit mode

Did you read the manual? - do you understand the concept of phasing in relation to genotypes?

ADD REPLY

Login before adding your answer.

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