Merge gtf file by coordinates
I want to merge 2 gtf files in the same way that bedtools merge would do so. so that each overlapping region indicated by the coordinates are combined, but keeps that rest of the information in the gtf. Is there a programme that does this?
• 4,018 views
•
link
1 answer
You can easily do this in awk. Read this: http://unix.stackexchange.com/questions/88550/vlookup-function-in-unix
• 2 views
•
link
Log in to answer this question.
I guess that
bedtools mergecan handle gtf files.