PLINK analysis for case/control studies
1
1
Entering edit mode
9.3 years ago
kc ▴ 20

Hi,

I have genotype data from Affymetrix. I want to look at my cases and controls using gPLINK to see what SNPs are present and I want to find which SNPs are unique in cases compared to controls for comparison. What kind of QC steps and other analysis I should do to get the results I am looking for?

SNP • 3.6k views
ADD COMMENT
1
Entering edit mode

So you are trying to see if a particular SNP is captured in the case but not in control? If that is the case, the plink (not gPlink) command should be something like

plink --bfile <binary ped file prefix> --test-missing --out <output prefix>

You will then have a file that tells you whether if a snp has higher missingness in case / control (something similar to the thing you want) If a SNP is "unique" to case / control, then you should definitely get it. If you don't have the binary files but only the ped files, the you can replace bfile with file.

ADD REPLY
0
Entering edit mode

Thank you very much. This is helpful.

ADD REPLY
1
Entering edit mode
9.3 years ago

How many samples and SNPs do you have?

You should read this article (Quality control procedures for genome-wide association studies). They are showing how to use PLINK to do your QC.

ADD COMMENT
0
Entering edit mode

I have very few samples ~63. The article is really useful, thank you very much.

ADD REPLY

Login before adding your answer.

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