Should homozygotes and heterozygotes be considered differently in GWAS analyses?
1
0
Entering edit mode
20 months ago
Qingyang Xiao ▴ 160

Hi,

Should homozygotes and heterozygotes be considered differently in GWAS analyses? If so, how can specify the command in plink?

Thanks.

homozygote GWAS heterozygote • 562 views
ADD COMMENT
0
Entering edit mode
4 months ago
LauferVA 4.2k

The answer to this question is "it depends on the biology being studied". Is there a reason why that could matter for your phenotype? What is your phenotype?? Generally, you should read about recessive, additive, and dominant models of inheritance.

Most sophisticated GWAS association testing can do any of these tests. For instance, with SNP Test, you could write:

./snptest  -summary_stats_only -data ./example/cohort1.gen ./example/cohort1.sample \
**-frequentist 2**   -o ./example/ex.out

see the section called "Priors for Binary Trait models".

Plink does this too, of course; as per the documentation these commands tend to look like this:

./plink --bfile mydata --model-dom --fisher

ADD COMMENT

Login before adding your answer.

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