How can I compare sequences and get their similarity score out?
e.g.
l1 <- "AAFCARTTAA" l2 <- "AAFCAXTTAA"
Which function can I use which would return 0.9 (so the similarity between sequences)?
Thanks!
I've tried to look through most functions of stringr but can't seem to solve it...
A suggestion to a function that would return the abovementioned.