This is a test version of Biostars. For the public version, visit https://www.biostars.org.
haplotype association with quantitative traits

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

1 answer

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

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

Log in to answer this question.