Approximate Sequence Matching Libraries For The Jvm?
2
3
Entering edit mode
13.8 years ago

I am currently working on some toy problems to teach myself about sequence alignment. I want to benchmark my efforts against the performance of existing libraries for the JVM (I am developing in Clojure right now). I have learned that org.apache.commons.lang.StringUtils implements Levenshtein distance between two string. However, I will eventually be interested in the problem where different mutations are weighted differently (i.e. insertion may have a higher penalty than substitutions). Can someone point me to a mature Java or Jython library that does this ? I am NOT talking about BLAST or other heuristic methods. For now I want to benchmark against exact methods.

alignment java sequence • 2.0k views
ADD COMMENT
2
Entering edit mode
13.8 years ago

I just found this one in my delicious bookmarks : http://jaligner.sourceforge.net

ADD COMMENT
0
Entering edit mode

There it is! Thanks.

ADD REPLY
0
Entering edit mode
12.2 years ago
Audriusa ▴ 10

Check Sequence_alignment at Ultrastudio.org. The source code under GPL is here. This project also contains several demo applets for various sequence algorithms, also with source code available.

ADD COMMENT

Login before adding your answer.

Traffic: 1990 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6