Creating alternate Bed file by incorporating INDELs locations
0
0
Entering edit mode
8.6 years ago
ersgupta • 0

I have a exome bed file (coordinates wrt to ref genome) and a bed file with coordinates of INDELs (incorporated in ref genome). Now I want to generate a modified exome bed file which can shift the coordinates wrt to INDEL event.

For example

exome bed file:

chr1 10 100
chr1 200 400

indels file:

chr1 120 150 deletion

output exome bed file:

chr1 10 100
chr1 170 370
sequencing sequence • 2.0k views
ADD COMMENT
0
Entering edit mode

You might have to write a little program to do this for you. Thankfully with just BED files this is rather more doable.

ADD REPLY
0
Entering edit mode

Yeah, was planning to do that. But just thought to ask if anyone already has a script for this. It would be great if there was something like FastaAlternateReferenceMaker for bed files, I guess will have to write on my own.

ADD REPLY

Login before adding your answer.

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