Sequence Analysis Icon

Sequence Analysis


This (Java) application is a collage of coding projects which I have written over the past several years for various clients in my work as a bioinformatics consultant. These clients have graciously allowed me to release these works into the public domain as freeware for Macintosh OS X in order to promote the platform and to encourage migration from Classic.

The upper window panel can hold several sequences, which are both editable and selectable. The tabs in the lower analysis panel try to keep up with the current sequence selection to provide immediate feedback. The selection is used in some modules as only the portion being analyzed for other modules i.e. Digest is used to determine if enzymes cut in the in or outside of the selection.

Most commonly available sequence formats have been reverse engineered. You can also access a sequences from the NCBI via its GID or UID. This currently cannot be done from behind a firewall.

Most of the analyses are simple enough that they are obvious to use, Composition, pI. Others could stand some documenation i.e. Pairwise and Primer Design. The Publish tab uses a string to control the layout. Click on the Legend button for some help.

This release of Sequence Analysis, requires Java 1.5+.

Macintosh Download for Mac OS X
Macintosh Download for Mac OS X v10.5
Windows Download Sequence Analysis for Windows (Java 1.4.2 or better)
Windows Download Sequence Analysis for Linux (Java 1.4.2 or better)

% java -jar sa.jar -Xms512m -Xmx1024m

What's new in this release

Starting with v1.5 the Pairwise module is using the NeoBio Pairwise Alignment Library written by Sergio Anibal de Carvalho Junior. Please visit his web site for more details on the algorithms used. He has made his Java source available use with a very generous License which allowed me incorporate it into Sequence Analysis. He is accepting donations for his work via SourceForge.

Also incorporated into version 1.0.9 of MRJAdapter by Steve Roy which gives this Java application the very nice look of a native Mac OS X application.

Easter Egg: double click a "green" ORF in the Open Reading Frame tab and new protein will be created.

Send constructive comments directly to me at gilbert@informagen.com.