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

Static Public Member Functions

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

Detailed Description

An implementation of the Smith-Waterman algorithm with Gotoh's improvement for biological local pairwise sequence alignment.

Recursive definition:

Author
Ahmed Moustafa (ahmed.nosp@m.@use.nosp@m.rs.sf.nosp@m..net)

Member Function Documentation

static Alignment jaligner.SmithWatermanGotoh.align ( Sequence  s1,
Sequence  s2,
Matrix  matrix,
float  o,
float  e 
)
static

Logger Aligns two sequences by Smith-Waterman (local)

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

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