Uses of Interface
org.biojava.nbio.core.alignment.template.SequencePair
Packages that use SequencePair
Package
Description
Input and Output of Structures
-
Uses of SequencePair in org.biojava.nbio.alignment
Methods in org.biojava.nbio.alignment that return SequencePairModifier and TypeMethodDescriptionstatic <S extends Sequence<C>,
C extends Compound>
SequencePair<S, C> Alignments.getPairwiseAlignment
(S query, S target, Alignments.PairwiseSequenceAlignerType type, GapPenalty gapPenalty, SubstitutionMatrix<C> subMatrix) Factory method which computes a sequence alignment for the givenSequence
pair.Methods in org.biojava.nbio.alignment that return types with arguments of type SequencePairModifier and TypeMethodDescriptionstatic <S extends Sequence<C>,
C extends Compound>
List<SequencePair<S, C>> Alignments.getAllPairsAlignments
(List<S> sequences, Alignments.PairwiseSequenceAlignerType type, GapPenalty gapPenalty, SubstitutionMatrix<C> subMatrix) Constructors in org.biojava.nbio.alignment with parameters of type SequencePairModifierConstructorDescriptionFractionalIdentityScorer
(SequencePair<S, C> pair) Creates a fractional identity scorer for an aligned pair of sequences.FractionalSimilarityScorer
(SequencePair<S, C> pair) Creates a fractional similarity scorer for an aligned pair of sequences.SubstitutionMatrixScorer
(SequencePair<S, C> pair, SubstitutionMatrix<C> matrix) -
Uses of SequencePair in org.biojava.nbio.alignment.template
Fields in org.biojava.nbio.alignment.template declared as SequencePairModifier and TypeFieldDescriptionprotected SequencePair
<S, C> AbstractPairwiseSequenceAligner.pair
Methods in org.biojava.nbio.alignment.template that return SequencePair -
Uses of SequencePair in org.biojava.nbio.core.alignment
Classes in org.biojava.nbio.core.alignment that implement SequencePairModifier and TypeClassDescriptionclass
SimpleSequencePair<S extends Sequence<C>,
C extends Compound> Implements a data structure for the results of pairwise sequence alignment. -
Uses of SequencePair in org.biojava.nbio.core.alignment.template
Subinterfaces of SequencePair in org.biojava.nbio.core.alignment.templateModifier and TypeInterfaceDescriptioninterface
MutableSequencePair<S extends Sequence<C>,
C extends Compound> Defines a mutable (editable) data structure for the results of pairwise sequence alignment. -
Uses of SequencePair in org.biojava.nbio.core.search.io
Methods in org.biojava.nbio.core.search.io that return SequencePair -
Uses of SequencePair in org.biojava.nbio.structure.io
Methods in org.biojava.nbio.structure.io with parameters of type SequencePairModifier and TypeMethodDescriptionstatic AFPChain
FastaAFPChainConverter.fastaToAfpChain
(SequencePair<Sequence<AminoAcidCompound>, AminoAcidCompound> alignment, Structure structure1, Structure structure2) Provided only for convenience.