This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Plink Problem Reading The Covariate File

Hi,

I am conducting a eQTL analysis using Plink. Though I am providing a covariate file, Plink is not reading this file. It says "Reading 0 covariates from [ covar.dat ] with nonmissing values for 0 individuals". Has anyone come across such problem?

Thanks,

plink eqtl

Please provide sample covariate file: head covar.dat > sample_covar.dat

I have one covariate, "AGE" which is as follows: AGE 91 91 33 47 43

I corrected the covariate file by including the FID, IID and then AGE. Now it reads and seems to work fine but in the .assoc.linear file, now I see only AGE, there is no ADD which represents the test for the SNP-phenotype association after controlling for the covariate.

1 answer

Your covariate file need to be like:

FID      IID       Age   Heigh
Family1  Subject1  54    1.80
Family2  Subject2  63    1.50

YOur FID and IID need to be the same in the ped or fam file.

Log in to answer this question.