Plink1.07 generate ERRORs when reading covaries
1
1
Entering edit mode
3.1 years ago
heqianchange ▴ 10

Hi, everyone.

I am using Plink1.07 to do GWAS. When I go to logistic association analysis with covaries will generate errors. I make the covariate files using a text editor. I also check the format of covariate files but failed to find the problem. Can some expert help me?

It works well when use --logistic independently.

================================================================
Options in effect:
    --bfile whi_garnet_update_12
    --covar co_var_garnet_test0305.txt
    --covar-name BMIX
    --logistic
    --hide-covar
    --out logistic_results_0305
    --noweb

Reading map (extended format) from [ whi_garnet_update_12.bim ] 
4097793 markers to be included from [ whi_garnet_update_12.bim ]
Reading pedigree information from [ whi_garnet_update_12.fam ] 
4686 individuals read from [ whi_garnet_update_12.fam ] 
2539 individuals with nonmissing phenotypes
Assuming a disease phenotype (1=unaff, 2=aff, 0=miss)
Missing phenotype value is also -9
185 cases, 2354 controls and 2147 missing
0 males, 4686 females, and 0 of unspecified sex
Reading genotype bitfile from [ whi_garnet_update_12.bed ] 
Detected that binary PED file is v1.00 SNP-major mode
Line:
D100015-30  D100015-30          28.91999043786982
ERROR: Problem reading the covariates
==========================================================
The format of the covariable file is: FID IID BMIX without missing values.
SNP plink • 640 views
ADD COMMENT
1
Entering edit mode
3.1 years ago
zx8754 11k

Ensure your covar file is per expected format, I can see 3 tabs after the second column, meaning plink thinks there are 5 columns not 3, and column 3, 4 becomes missing, hence the error.

ADD COMMENT
0
Entering edit mode

Thank you very much. I revised the format of the covariable file and the error has gone.

ADD REPLY

Login before adding your answer.

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