rvtests icon indicating copy to clipboard operation
rvtests copied to clipboard

Problem with N_INFORMATIVE after --impute drop

Open BEFH opened this issue 7 years ago • 1 comments
trafficstars

I run the following, expecting missing genotypes to be dropped for any given variant:

./rvtest --inVcf [file] --impute drop --pheno [pheno file] --pheno-name [pheno] \
--sex --covar [pheno file] --covar-name [list,of,phenos] --out [out file stem] \
--single score,wald

The following is in the log: [INFO] Drop missing genotypes

However, the N_INFORMATIVE column in the association file is always the total N of my cohort, not the number of variants with genotype for each variant. Is this a reporting issue, or is RVTESTS failing to drop missing genotypes.

BEFH avatar Jun 22 '18 13:06 BEFH

Looks like a bug. Let me check.

zhanxw avatar Dec 06 '18 06:12 zhanxw