What is the logical operator for plink2 --extract-if-info?
1
0
Entering edit mode
2.8 years ago
YL ▴ 10

Hello,

I know this might be a stupid question, but I have tried everything I could think of. For example

plink2 --pfile input --out output --extract-if-info gnomAD_exome_ALL '<' 0.01 '&' gnomAD_exome_AFR '<' 0.01 --make-pgen
plink2 --pfile input --out output --extract-if-info gnomAD_exome_ALL '<' 0.01 '&&' gnomAD_exome_AFR '<' 0.01 --make-pgen
plink2 --pfile input --out output --extract-if-info gnomAD_exome_ALL '<' 0.01 AND gnomAD_exome_AFR '<' 0.01 --make-pgen

None of these works

Thank you very much!

plink2 • 601 views
ADD COMMENT
2
Entering edit mode
2.8 years ago

—extract-if-info only supports a single predicate at a time for now. (This isn’t actually a problem here: just split your filtering operation across two runs.)

ADD COMMENT

Login before adding your answer.

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