Sample ID conversion
0
0
Entering edit mode
19 months ago
Madhusmita • 0

I have used this command to convert .bgen file to vcf format for my imputed chromosome genotype data

bgenix -g ukb_imp_chr${CHR}_v3.bgen \
  -i ukb_imp_chr${CHR}_v3.bgen.bgi \
  -vcf -incl-rsids ${RSID} | \
bcftools reheader \
  -h bgen_to_vcf/new_header.txt | \

I have a sample file which contains the IDs and gender information. the file has .sample extension a .txt file has 4 columns ID1 ID2 MISSING SEX. How do assign the IDs present in this file to my above vcf genotype file using above bcf tools reheader command.

Bcftools • 516 views
ADD COMMENT
0
Entering edit mode

Command as posted appears to be incomplete.

ADD REPLY

Login before adding your answer.

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