Thank you Mensur, this is now clear to me!
And yes correct, I should be referring to identity thresholds here.
I am looking at using CD-HIT to efficiently filter my protein sequences dataset by a similarity threshold of 70% (cut-off). More precisely, what I want to achieve is that for all the remaining sequences after filtering, all pairwise sequence similarity scores that can be computed are less than 70%.
Does that mean that I should run CD-HIT on my dataset with similarity threshold=70% (rest of the settings at default values), and then just keep only the "representative" sequences from the resulting cluster files? I have read the guide (http://weizhongli-lab.org/lab-wiki/doku.php?id=cd-hit-user-guide) but I am still not sure of how to use the output.
Linking to the above, how would CD-HIT handle this scenario below or similar ones like this:
Thanks!
Your understanding of the algorithm is correct, but it is based on identity thresholds, not similarity.
In your scenarios, the algorithm would do the following (again assuming identity rather than similarity as you indicate):
It is impossible to answer your questions completely without knowing sequence lengths, but it is likely that the longest sequence in the ABC group would be retained, along with both D and E.
Thank you Mensur, this is now clear to me!
And yes correct, I should be referring to identity thresholds here.
Log in to answer this question.