This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Given 3 FASTA files, how can I find putative orthologs?

I have the CDS FASTA files for 3 organisms. I was wondering if there was a quick script, set of online tools, or methods to find the 3-way orthologs between these 3 organisms using the CDS FASTA files?

genome ortholog

2 answers

There are loads of options. For example, OMA and OrthoMCL are two popular software. You can look at MCL page under protocols for a quick how-to on clustering blast results - probably the simplest solution for you. You could also read old posts for suggestions, e.g. here and here.

For just 3, I would use inparanoid, it does pairwise comparisons:

http://software.sbc.su.se/cgi-bin/request.cgi?project=inparanoid

Log in to answer this question.