Bed File Coordinates
1
0
Entering edit mode
11.8 years ago
win ▴ 970

Hi all, In a spreadsheet i have my list of rs# with their chromosomal number and locations. I want to generate a BED file for these variants. I wanted to know if the start and end coordinates should be the same or should they be offset by 1.

For e.g. Chr1:1000,1000 or Chr1:1000,1001 or Chr1:999,1000

where 1000 is the chromosomal coordinate for that rs#.

the BED file will be used as an input region file to query a VCF file using tabix.

thanks in advance. a

bed tabix • 3.7k views
ADD COMMENT
0
Entering edit mode

Sorry, could you please say what rs# means, google didn't helped me as well :)

ADD REPLY
0
Entering edit mode
11.8 years ago

Directly from Tabix.

-e INT   Column of end chromosomal position. The end column can be the same as the start column. [5]

So yes: Start = Stop

ADD COMMENT

Login before adding your answer.

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