Package | Description |
---|---|
org.biojava.bio.alignment |
Classes to generate and describe sequence alignments.
|
Modifier and Type | Method and Description |
---|---|
static AlignmentPair |
AlignmentPair.align(Sequence query,
Sequence subject,
AlignmentAlgorithm algorithm) |
AlignmentPair |
SmithWaterman.pairwiseAlignment(SymbolList query,
SymbolList subject)
Overrides the method inherited from the NeedlemanWunsch and performs only
a local alignment.
|
AlignmentPair |
NeedlemanWunsch.pairwiseAlignment(SymbolList query,
SymbolList subject)
Global pairwise sequence alignment of two BioJava-Sequence objects
according to the Needleman-Wunsch-algorithm.
|
abstract AlignmentPair |
AlignmentAlgorithm.pairwiseAlignment(SymbolList query,
SymbolList subject)
Performs a pairwise sequence alignment of the two given sequences.
|
Modifier and Type | Method and Description |
---|---|
List<AlignmentPair> |
AlignmentAlgorithm.alignAll(SequenceIterator source,
SequenceDB subjectDB) |
Copyright © 2014 BioJava. All rights reserved.