ESAT
 All Classes Namespaces Files Functions Variables Enumerator Pages
Static Public Member Functions | List of all members
jaligner.NeedlemanWunsch Class Reference

Static Public Member Functions

static Alignment align (Sequence s1, Sequence s2, Matrix matrix, float gap)
 

Detailed Description

An implementation of the Needleman-Wunsch algorithm for biological global pairwise sequence alignment.


Reference: Advanced Dynamic Programming Tutorial.

Author
Ahmed Moustafa

Member Function Documentation

static Alignment jaligner.NeedlemanWunsch.align ( Sequence  s1,
Sequence  s2,
Matrix  matrix,
float  gap 
)
static

Aligns two sequences by Needleman-Wunsch (global)

Parameters
s1sequene #1 (Sequence)
s2sequene #2 (Sequence)
matrixscoring matrix (Matrix)
gapopen gap penalty
Returns
alignment object contains the two aligned sequences, the alignment score and alignment statistics
See also
Sequence
Matrix

Here is the call graph for this function:


The documentation for this class was generated from the following file: