Best way to list variants in UK Biobank bed files
0
0
Entering edit mode
2.1 years ago

I'm working with the UK Biobank genotype call .bed files and trying to match the variants to some that I have rsIDs for (some are a bit dodgy). I'd like a simple way to list all the variants in a particular .bed file so that I can crosscheck whether the ref/alt actually match what I expect for these rsIDs, as some are a bit ambiguous. What is the best command for this in plink?

Desired output would have the REF and ALT and the GRCh37 coordinate for all variations in the .bed file.

Any advice appreciated! =)

UK Biobank Plink • 449 views
ADD COMMENT
0
Entering edit mode

nd the GRCh37 coordinate

ukbiobank is GRCh37 ?

ADD REPLY
0
Entering edit mode

o list all the variants in a particular .bed file so that

bcftools query --regions-file in.bed -f '%CHROM\t%POS0\t%END\t%ID\n'  in.vcf.gz
ADD REPLY

Login before adding your answer.

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