Howto Collapse Multiple Exonerate Gff Into One Gene Prediction Set
1
1
Entering edit mode
12.9 years ago
Leszek 4.2k

Hi there,

I've quite general question about gene prediction/gff. I've mapped homologous sequences from close genomes onto my assembly with exonerate and now I would like to get one gff with collapsed/unified information. Do you know any program, or maybe you're in possesion of script to do it?

Cheers,

gene homology gff • 3.4k views
ADD COMMENT
2
Entering edit mode
12.9 years ago
Kamil ★ 2.3k

Sounds like you should try BEDTools by Aaron Quinlan. The programs can handle BED, GFF/GTF, VCF, and SAM/BAM files.

Since you want to "collapse" the annotations, try mergeBed. Here's a tiny example:

$ cat mergeBed_example.bed
chr1    1   10  other stuff
chr1    5   15  more stuff
$ mergeBed -i mergeBed_example.bed
chr1    1   15
ADD COMMENT

Login before adding your answer.

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