Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.405.838 Times

Needlemanwunsch freeware
 

Needlemanwunsch

Added: February 01, 2010 | Visits: 1.227

Algorithm::NeedlemanWunsch Algorithm::NeedlemanWunsch is a sequence alignment with configurable scoring. SYNOPSIS use Algorithm::NeedlemanWunsch; sub score_sub { if (!@_) { return -2; # gap penalty } return ($_[0] eq $_[1]) ? 1 : -1; } my $matcher = Algorithm::NeedlemanWunsch->new(&score_sub); my $score =...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (105): Algorithm::NeedlemanWunsch Download

Released: September 13, 2012  |  Added: September 13, 2012 | Visits: 415

NeedlemanWunsch Global optimal sequence alignment using the Needleman-Wunsch algorithm. Aligns DNA, RNA, protein sequence and more! See our sister project local alignment using Smith-Waterman: http://sourceforge.net/projects/smithwaterman/


Platforms: Mac, BSD, Linux

License: Freeware Size: 36.87 KB Download (43): NeedlemanWunsch Download

Released: October 16, 2012  |  Added: October 16, 2012 | Visits: 334

SmithWaterman An implementation of the Smith-Waterman local sequence alignment algorithm. See our sister project global alignment using Needleman-Wunsch: http://sourceforge.net/projects/needlemanwunsch/


Platforms: Mac, BSD, Linux

License: Freeware Size: 43.02 KB Download (57): SmithWaterman Download