Uses of Class
org.biojava.bio.alignment.AlignmentPair
-
Uses of AlignmentPair in org.biojava.bio.alignment
Methods in org.biojava.bio.alignment that return AlignmentPairModifier and TypeMethodDescriptionstatic AlignmentPairAlignmentPair.align(Sequence query, Sequence subject, AlignmentAlgorithm algorithm) abstract AlignmentPairAlignmentAlgorithm.pairwiseAlignment(SymbolList query, SymbolList subject) Performs a pairwise sequence alignment of the two given sequences.NeedlemanWunsch.pairwiseAlignment(SymbolList query, SymbolList subject) Global pairwise sequence alignment of two BioJava-Sequence objects according to the Needleman-Wunsch-algorithm.SmithWaterman.pairwiseAlignment(SymbolList query, SymbolList subject) Overrides the method inherited from the NeedlemanWunsch and performs only a local alignment.Methods in org.biojava.bio.alignment that return types with arguments of type AlignmentPairModifier and TypeMethodDescriptionAlignmentAlgorithm.alignAll(SequenceIterator source, SequenceDB subjectDB)