Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (322)
Collections:
Other Resources:
neobio.jar - NeoBio - Bioinformatics Algorithms in Java
NeoBio is a library of bioinformatics algorithms implemented in Java. The current version consists mainly of (pairwise) sequence alignment algorithms such as the classical dynamic programming methods of Needleman and Wunsch (global alignment) and Smith and Waterman (local alignment).
JAR File Size and Download Location:
File name: neobio.jar File size: 104748 bytes Date modified: 29-Sep-2003 Download: NeoBio - Bioinformatics Algorithms in Java
Manifest of the JAR:
Main-Class: neobio/gui/NeoBio
✍: .fyicenter.com
List of Classes in the JAR:
neobio/gui/AboutDialog neobio/gui/NeoBio neobio/gui/PairwiseAlignmentFrame neobio/textui/NeoBio neobio/textui/RandomFactorSequenceGenerator neobio/textui/RandomSequenceGenerator neobio/alignment/PairwiseAlignmentAlgorithm neobio/alignment/ScoringScheme neobio/alignment/IncompatibleScoringSchemeException neobio/alignment/PairwiseAlignment neobio/alignment/InvalidSequenceException neobio/alignment/AlignmentBlock neobio/alignment/Factor neobio/alignment/BasicScoringScheme neobio/alignment/CharSequence neobio/alignment/CrochemoreLandauZivUkelson neobio/alignment/FactorSequence neobio/alignment/Smawk neobio/alignment/Matrix neobio/alignment/OutMatrix neobio/alignment/CrochemoreLandauZivUkelsonGlobalAlignment neobio/alignment/CrochemoreLandauZivUkelsonLocalAlignment neobio/alignment/LocalAlignmentBlock neobio/alignment/InvalidScoringMatrixException neobio/alignment/NeedlemanWunsch neobio/alignment/ScoringMatrix neobio/alignment/SmithWaterman neobio/alignment/Trie
2011-12-08, ∼5645🔥, 0💬
Popular Posts:
How to perform XML Schema validation with dom\Writer.java provided in the Apache Xerces package? You...
xml-commons Resolver Source Code Files are provided in the source package file, xml-commons-resolver...
Provides a simple high-level Http server API, which can be used to build embedded HTTP servers. Both...
How to download and install ojdbc14.jar for Oracle 10g R2? ojdbc14.jar for Oracle 10g R2 is a Java 1...
Jackson is "the Java JSON library" or "the best JSON parser for Java". Or simply as "JSON for Java"....