public abstract class AlignmentAlgorithm extends Object
Constructor and Description |
---|
AlignmentAlgorithm() |
Modifier and Type | Method and Description |
---|---|
List<AlignmentPair> |
alignAll(SequenceIterator source,
SequenceDB subjectDB) |
abstract AlignmentPair |
pairwiseAlignment(SymbolList query,
SymbolList subject)
Performs a pairwise sequence alignment of the two given sequences.
|
public AlignmentAlgorithm()
public List<AlignmentPair> alignAll(SequenceIterator source, SequenceDB subjectDB) throws Exception
source
- a SequenceIterator containing a set of sequences to be aligned
withsubjectDB
- the SequenceDB containing another set of sequences.NoSuchElementException
Exception
public abstract AlignmentPair pairwiseAlignment(SymbolList query, SymbolList subject) throws Exception
query
- subject
- Exception
Copyright © 2014 BioJava. All rights reserved.