Plink And Missing Values
1
0
Entering edit mode
10.3 years ago
RawRaw • 0

Do we need to impute the missing values before finding the significant markers in genome wide association studies? Specifically, using PLINKs permutation tests to find the adjusted p-values that state the significant markers. If not, how does PLINK handles the missing values?

plink gwas p-value • 5.8k views
ADD COMMENT
1
Entering edit mode
10.3 years ago
Fabio Marroni ★ 3.0k

It's not mandatory to impute missing data. I guess PLINK will treat your missing genotypes as missing data, both in the association analysis and in the permutations. Obviously, having missing data may decrease your power. Also, having a lot of missing data in a sample (or in one SNP) may be indicative of low quality.

ADD COMMENT
0
Entering edit mode

" I guess PLINK will treat your missing genotypes as missing data, both in the association analysis and in the permutations." How, and why not imputing them?

ADD REPLY
0
Entering edit mode

Nobody is stopping you from imputing with other software. But the chi-square/Fisher's exact tests used by PLINK's basic association analysis commands work just fine with (not-terribly-biased) missing data.

Note that PLINK 1.9's --assoc and --model permutation tests are hundreds to thousands of times faster than PLINK 1.07's.

ADD REPLY
0
Entering edit mode

@chrchang523 So, PLINK just neglects the missing SNPs? This means the numerical perturbation caused be the missing SNPs is negligible and could be discarded in MaxT permutation tests (assuming that there are very few missing SNPs, and not-terribly-biased).

ADD REPLY
0
Entering edit mode

Since PLINK 1.9's permutation procedures extend work by Brian Browning (PRESTO) and Roman Pahl (PERMORY), it would be much, much faster than 1.7s.

ADD REPLY

Login before adding your answer.

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