Skip to content

Longest Common Subsquence, Levenshtein distance, DNA similarity testing

License

Notifications You must be signed in to change notification settings

azavana/DNA_Similarity_Testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DNA similarity testing

  • Suppose that we have two sequences of DNA and we want to know how much they are similar.
  • This program returns the similiraty between two DNA sequences in terms of Longest Common Subsequence and the Levensthein distance between the two DNA sequences; which can be interpreted as the number of operations which requires to pass from the one to the other one.

About

Longest Common Subsquence, Levenshtein distance, DNA similarity testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published