This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Creating Gff File For Orthomcl Clusters

I want to convert Ortholog Clusters from OrthoMCL analysis into GFF format. Is there a way to represent many to many ortholog relationship in GFF

gff clustering

1 answer

If you are going to do this once, I suppose you could add your own attributes to your GFF file to indicate these relationships, and this could be as simple as adding a term (i.e., ortholog_of:somegene). However, I'd try something that was created for this purpose rather than trying to come up with a new format and then figuring out how to parse it. The OrthoXML format was developed for storing these relationships, so I would have a look at the documentation for the OrthoXML format and try to get your hands on some orthoxml files to study. Also, OrthoXML is supported in BioPerl so you should be able to read/write these files without too much work.

Log in to answer this question.