Uses of Class
org.biojava.bio.alignment.AlignmentPair
-
Packages that use AlignmentPair Package Description org.biojava.bio.alignment Classes to generate and describe sequence alignments. -
-
Uses of AlignmentPair in org.biojava.bio.alignment
Methods in org.biojava.bio.alignment that return AlignmentPair Modifier and Type Method Description static 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.AlignmentPairNeedlemanWunsch. pairwiseAlignment(SymbolList query, SymbolList subject)Global pairwise sequence alignment of two BioJava-Sequence objects according to the Needleman-Wunsch-algorithm.AlignmentPairSmithWaterman. 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 AlignmentPair Modifier and Type Method Description List<AlignmentPair>AlignmentAlgorithm. alignAll(SequenceIterator source, SequenceDB subjectDB)
-