Entering edit mode
7.5 years ago
ago1mutant
▴
10
I have multiple aligned fasta files containing two sequences. I would like to know the sequence similarity and percentage of matched sequences. Are there any programs or scripts that calculate the sequence similarity and percentage of matched sequences? Please let me know how to do this method.
BLAST is the tool that does this.
Moving to a comment since this does not answer the original question. OP has aligned fasta files for which those stats are needed.
I hope this is the answer to your question.
https://binf.snipcademy.com/lessons/pairwise-alignment/identity-similarity
The tool you need - Blast, but read the link above before running it.
See also this post, it may be useful/
C: BLAST: Identity % and Similarity %
@Natasha: See my comment above.
OP has a specific request. Data is already in the form of aligned fasta files. OP likely does not want to re-do alignments.
The question is not very clear but If the aim is to find the similarity between each two sequences, BLAST can still do that. We need the OP to give more details.