Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 422 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 422 Bytes

Afine Align

Given a training set and test of paired sequences, computes sequence alignments.

The implementation uses an affine gap penalty model. A grid of gap initiation and gap extension penalty values are tested and evaluated against a given 'correct' alignment.

A test set of alignments are then computed.

This is the first program I wrote in Java, and has its cringe-worthy elements to it. But it works.