This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Annotation file formats

Besides GTF (GFF) and BED, are there other annotation file formats out there? Which one is predominant?

I use almost exclusively GTF, but I was wondering if there might be advantages in using other formats.

Thanks in advance.

genome

GTF and GFF are different file formats, even though GTF is sometimes called "GFF 2.5".

2 answers

BED, VCF, GFF/GTF/GVF, BAM/SAM, PSL (Blat), RepeatMasker, etc.

In my experience GTF and GFF are the main two and are very similar to each other and the advantages might only relate to the 9th column but as they both use semi-colons to separate fields, they both cause me a problem when I found gene names with ; in it!

Log in to answer this question.