Comparing two sets of 16s sequences to identify any identicle (within 97%) sequences
I have two sets of 16s sequences and want to see if there are any sequences within 97% similarity. Blastn uses local alignment and I am looking for global alignment (I think? please correct me on this). If I am indeed looking for global alignment what is an appropriate took to use that will return a % similarity score between the two sequeces?
• 957 views
•
link
1 answer
At that level of sequence identity local and global alignments are likely to be the same. You can test it by aligning two sequence using BLASTn or Needleman-Wunsch's global algorithm.
• 0 views
•
link
Log in to answer this question.
Are you looking for similarities between the files or within the files too? My initial thought was simple to cluster everything at 97% identity with e.g. CD-HIT, and then investigate the clusters.
I am looking between files :) I will give CD-HIT a look.