This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Genotype frequencies Plink

Hi

I am fairly new to analyzing GWAS data using plink. I think I am getting the hang of it and really like plink as software. What I want to do is look at the frequencies of 2 SNPs occurring together between cases and controls.

For example

                      Frequency
rs101 A/T  rs202 C/G  Cases      Controls
A          C          ?          ?
A          G          ?          ?
T          C          ?          ?
T          G          ?          ?

e.g., I would like to know the percentage of Cases that had the combination of A & C ( for rs101 & rs202 respectively) using plink.

I hope that makes sense and any help would be appreciated.

Thanks in advance
Hank

plink frequency gwas

1 answer

--twolocus rs101 rs202 should do what you want.

Exactly what I was looking for. Thanks a lot

Log in to answer this question.