| Package | Description | 
|---|---|
| org.biojava.bio.alignment | 
 
Classes to generate and describe sequence alignments. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
NeedlemanWunsch
Needleman and Wunsch defined the problem of global sequence alignments, from
 the first till the last symbol of a sequence. 
 | 
class  | 
SmithWaterman
Smith and Waterman developed an efficient dynamic programming algorithm to
 perform local sequence alignments, which returns the most conserved region of
 two sequences (longest common substring with modifications). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static AlignmentPair | 
AlignmentPair.align(Sequence query,
     Sequence subject,
     AlignmentAlgorithm algorithm)  | 
Copyright © 2020 BioJava. All rights reserved.