Uses of Interface
org.biojava.nbio.core.alignment.template.SequencePair
Package
Description
Input and Output of Structures
-
Uses of SequencePair in org.biojava.nbio.alignment
Modifier 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.Modifier 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) ModifierConstructorDescriptionFractionalIdentityScorer
(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
Modifier and TypeFieldDescriptionprotected SequencePair
<S, C> AbstractPairwiseSequenceAligner.pair
-
Uses of SequencePair in org.biojava.nbio.core.alignment
Modifier 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
Modifier 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
-
Uses of SequencePair in org.biojava.nbio.structure.io
Modifier and TypeMethodDescriptionstatic AFPChain
FastaAFPChainConverter.fastaToAfpChain
(SequencePair<Sequence<AminoAcidCompound>, AminoAcidCompound> alignment, Structure structure1, Structure structure2) Provided only for convenience.