Hi all,
How to calculate the pairwise genetic distances between protein sequences in R? I have already calculated pairwise sequence identity and stored in excel file. I imported this excel file in to R. But I couldn't generate a distance matrix based on this file. I used dist.alignment function but I got an error like this
"Object of class 'alignment' expected" ? Please help me to solve this problem
Try editing your question to include the code you are using, example input, and also the output of sessionInfo(). Also, be sure to read the help for the dist.alignment function.