How to compare any two pair of sequences in A fasta file
Hello, I have a fasta a file consisting of multiple samples of sequences that are already aligned. Please help me with a python code that compares any two sequences within the file for evidence of Nonsynonymous: Synonymous substitutions (dN/dS).
• 2,099 views
•
link
1 answer
Don't write your own code unless you really need to. Use something like PAML which is already designed for this.
• 0 views
•
link
Log in to answer this question.