How can I keep INFO value when convert bgen to VCF by using plink2?
1
0
Entering edit mode
21 months ago
MHSATO • 0

I am working on file handling for GWAS. When I converted bgen to VCF by using plink2 with a commands below, all INFO (and also FILTER) columns became "." in the output VCF files. A column named IMP which correspond to imputed or not was disappear.

plink2 --bgen ref-first file.bgen --sample file.sample --keep id_list.txt --export vcf-4.2 bgz --out out

How can I keep INFO and some other informative columns when I convert bgen to VCF by using plink2?

Thanks,

VCF plink2 GWAS bgen • 778 views
ADD COMMENT
1
Entering edit mode
21 months ago

bgen files don't contain INFO/FILTER columns.

ADD COMMENT
0
Entering edit mode

Thanks so much. I miss understood about the data structure of bgen.

ADD REPLY

Login before adding your answer.

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