Creating Gff File For Orthomcl Clusters
1
0
Entering edit mode
11.2 years ago

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 • 2.7k views
ADD COMMENT
0
Entering edit mode
11.2 years ago
SES 8.6k

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.

ADD COMMENT
0
Entering edit mode

The etetookit has now support for orthoXML. Although orthoMCL does not return trees, you may be interested in using the low level python parser included in ete to create orthoXML documents in a programatic way: http://pythonhosted.org/ete2/tutorial/tutorial_etree2orthoxml.html

ADD REPLY

Login before adding your answer.

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