Main Page: Difference between revisions

From Jstacs
Jump to navigationJump to search
No edit summary
mNo edit summary
Line 18: Line 18:
== Current release ==
== Current release ==
You can download Jstacs version 1.0 [[Downloads | here]]. <br />
You can download Jstacs version 1.0 [[Downloads | here]]. <br />
You find the API documentation for this release [http://www.jstacs.de/api/index.html here].
You can find the API documentation for this release [http://www.jstacs.de/api/index.html here].


== Bug reports & Feature requests ==
== Bug reports & Feature requests ==
You can submit [https://trac.informatik.uni-halle.de/trac/jstacs/newticket bug reports and feature requests] via the Jstacs trac. ''Before'' you open a new bug ticket, please check if that bug has already been submitted in the [https://trac.informatik.uni-halle.de/trac/jstacs/report list of existing tickets].<br />
You can submit [https://trac.informatik.uni-halle.de/trac/jstacs/newticket bug reports and feature requests] via the Jstacs trac. ''Before'' you open a new bug ticket, please check if that bug has already been submitted in the [https://trac.informatik.uni-halle.de/trac/jstacs/report list of existing tickets].<br />
In the Jstacs trac, we also provide a [https://trac.informatik.uni-halle.de/trac/jstacs/discussion forum] for general discussions about Jstacs.
In the Jstacs trac, we also provide a [https://trac.informatik.uni-halle.de/trac/jstacs/discussion forum] for discussions about Jstacs.

Revision as of 14:22, 8 September 2008

Jstacs

A Java framework for statistical analysis and classification of biological sequences

Sequence analysis is one of the major subjects of bioinformatics. Several existing libraries combine the representation of biological sequences with exact and approximate pattern matching as well as alignment algorithms. We present Jstacs, an open source Java library, which focuses on the statistical analysis of biological sequences instead. Jstacs comprises an efficient representation of sequence data and provides implementations of many statistical models with generative and discriminative approaches for parameter learning. Using Jstacs, classifiers can be assessed and compared on test datasets or by cross-validation experiments evaluating several performance measures. Due to its strictly object-oriented design Jstacs is easy to use and readily extensible.

Licensing Information

Jstacs is free software: you can redistribute it and/or modify under the terms of the GNU General Public License version 3 or (at your option) any later version as published by the Free Software Foundation.

Current release

You can download Jstacs version 1.0 here.
You can find the API documentation for this release here.

Bug reports & Feature requests

You can submit bug reports and feature requests via the Jstacs trac. Before you open a new bug ticket, please check if that bug has already been submitted in the list of existing tickets.
In the Jstacs trac, we also provide a forum for discussions about Jstacs.