haplotype association with quantitative traits
1
0
Entering edit mode
8.0 years ago
kumar.vinod81 ▴ 330

I have a done a GWAS study in plant for quantitative trait and found some regions higly significant. Now, I want to see the haplotye structure around these SNPs and their reassociation with the trait so, I can capture the contributing haplotype. Does anyone know any tool which can make it possible? Thanks

GWAS haplotype • 2.5k views
ADD COMMENT
0
Entering edit mode
8.0 years ago
Floris Brenk ★ 1.0k

Using plink:

First create haploblocks: http://pngu.mgh.harvard.edu/~purcell/plink/ld.shtml#blox

plink --bfile mydata --blocks (adding your region of interest)

Then test for association: http://pngu.mgh.harvard.edu/~purcell/plink/haplo.shtml#hap3

plink --file mydata --hap myfile.hlist --hap-assoc

ADD COMMENT
0
Entering edit mode

Thanks Floris, But I am not able to use --blocks output as myfile.hlist as both are quite different. Do you have any idea? thanks for your help

ADD REPLY

Login before adding your answer.

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