This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Orthomcl or CD-HIT for Protein Clustering.

What are basic differences in both the above tools while clustering large datasets of bacterial proteins.

In order to study Pan-genome structure and more specifically unique bacterial genes, which one will be better.

(apart from orthomcl is tedious to install, requires mysql etc.)

[any other tool suggestions are welcome]

cd-hit orthomcl clustering

If you want to identify orthologues, in this case reciprocal BLASTPs (or something lighter, e.g. USEARCH) could work too.

1 answer

cd-hit clusters proteins specifically based on the sequence identity. Orthomcl uses a graph-based clustering method to find orthologs without a specific sequence identity cutoffs. Neither one is better, but each is used for a different purpose. cd-hit is used for removing redundancy in a sequence set - like duplicated sequences. Orthomcl is used to find orthologs between species

Log in to answer this question.