I used PLINK2 to run the Firth logistic regression, but come out with some problems. I run the following script on chr19.
~/./plink2 --vcf SCES.1000Gphase3_v5.chr19.dose.vcf.gz --glm firth --1 --pheno plink-YL-phe-SCES-610K-model-2-highwopath.txt --pheno-name path.or.hm --extract snp-list-info-larger0.05.txt --out SCES-610K-model-2-path-chr19-info0.5
The output is like this. All the P-values are NA. The log file is attached.
#CHROM POS ID REF ALT TEST OBS_CT OR SE T_STAT P
19 238434 19:238434 C G ADD 130 NA NA NA NA
19 246597 19:246597 T C ADD 130 NA NA NA NA
19 247265 19:247265 G T ADD 130 NA NA NA NA
19 247659 19:247659 G A ADD 130 NA NA NA NA
19 248833 19:248833 T G ADD 130 NA NA NA NA
19 252101 19:252101 C T ADD 130 NA NA NA NA
19 252541 19:252541 G A ADD 130 NA NA NA NA
However, if I only run the script on the first 1000 SNPs of chr19, the output is reasonable.
#CHROM POS ID REF ALT TEST OBS_CT OR SE T_STAT P
19 238434 19:238434 C G ADD 130 1.86608 0.54052 1.15415 0.24844
19 246597 19:246597 T C ADD 130 1.54034 0.619368 0.697491 0.485496
19 247265 19:247265 G T ADD 130 1.78933 0.577133 1.00816 0.313377
19 247659 19:247659 G A ADD 130 NA NA NA NA
19 248833 19:248833 T G ADD 130 NA NA NA NA
19 252101 19:252101 C T ADD 130 1.86608 0.54052 1.15415 0.24844
19 252541 19:252541 G A ADD 130 1.20655 0.470288 0.399264 0.689699
Can PLINK2 only work well on few SNPs?
--
You received this message because you are subscribed to the Google Groups "plink2-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to plink2-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Can you send me a sample dataset that this fails on, along with the .log file? Firth regression on the chr18 dataset you put in the current Dropbox link works fine for me.