Help when using UCSC's table browser
1
0
Entering edit mode
5.5 years ago
BMK_83 • 0

I'm using the UCSC table browser to define rsID numbers for coordinates/positions that come from a vcf file. Because I'm entering numerous positions at once, I'm using the define regions option, which requires input using BED formatting (0-start/0-based, half-open).

If I'm interested in defining the rsID for CHROM 1, POS 54618134, which of the following would be correct?

[A] chr1 54618133 54618134
[B] chr1 54618134 54618134
[C] chr1 54618134 54618135
VCF BED UCSC-table-browser • 825 views
ADD COMMENT
1
Entering edit mode
5.5 years ago

the bed file is a zero based, half open interval. So the right way to write the VCF entry : 1:54618134 is

chr1 54618133 54618134
ADD COMMENT

Login before adding your answer.

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