Bedtools Flank Unexpected Behavior
1
0
Entering edit mode
5.8 years ago
gtasource ▴ 60

Hi all,

I'm trying to use Bedtools Flank on a GTF file to extend all start coordinates 1000 upstream (with respect to the strand specificity) while keeping the end coordinate in tact. Here's the code:

bedtools flank -i gene_list.gtf -g sizes.genome -l 1000 -r 0 -s  > new_gtf.gtf

However, I've noticed that it's been changing both the start and end sequences in numerous cases. At first I thought that it was because some of the intervals extend the chromosome length, but I've seen it do this in situations where length is fine. Is my code correct? Any other software that can do this?

bedtools • 1.8k views
ADD COMMENT
0
Entering edit mode

Not Doing What I Want

A more professional way to say that would be "unexpected behavior"

ADD REPLY
0
Entering edit mode

Thank you. I went ahead and updated the title, and will keep this in mind for next time!

ADD REPLY
2
Entering edit mode
5.8 years ago
ATpoint 82k

while keeping the end coordinate in tact

That is the problem. flank is the wrong subcommand, have a look at slop.

ADD COMMENT
0
Entering edit mode

Ah, stupid mistake! Thanks for pointing this out!

ADD REPLY

Login before adding your answer.

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