Uses of Enum
org.biojava.nbio.core.alignment.template.AlignedSequence.Step
Package
Description
-
Uses of AlignedSequence.Step in org.biojava.nbio.alignment
Modifier and TypeMethodDescriptionprotected void
SimpleProfileProfileAligner.setProfile
(List<AlignedSequence.Step> sx, List<AlignedSequence.Step> sy) protected void
SmithWaterman.setProfile
(List<AlignedSequence.Step> sx, List<AlignedSequence.Step> sy) -
Uses of AlignedSequence.Step in org.biojava.nbio.alignment.routines
Modifier and TypeMethodDescriptionprotected void
AnchoredPairwiseSequenceAligner.setProfile
(List<AlignedSequence.Step> sx, List<AlignedSequence.Step> sy) static int[]
AlignerHelper.setSteps
(AlignerHelper.Last[][][] traceback, boolean local, int[] xyMax, AlignerHelper.Last last, List<AlignedSequence.Step> sx, List<AlignedSequence.Step> sy) Find alignment path through traceback matrixstatic int[]
AlignerHelper.setSteps
(AlignerHelper.Last[][][] traceback, int[][][] scores, List<AlignedSequence.Step> sx, List<AlignedSequence.Step> sy) Find global alignment path through traceback matrixstatic int[]
AlignerHelper.setSteps
(AlignerHelper.Last[][][] traceback, int[] xyMax, List<AlignedSequence.Step> sx, List<AlignedSequence.Step> sy) Find local alignment path through traceback matrix -
Uses of AlignedSequence.Step in org.biojava.nbio.alignment.template
Modifier and TypeMethodDescriptionprotected abstract void
AbstractMatrixAligner.setProfile
(List<AlignedSequence.Step> sx, List<AlignedSequence.Step> sy) -
Uses of AlignedSequence.Step in org.biojava.nbio.core.alignment
ModifierConstructorDescriptionSimpleAlignedSequence
(AlignedSequence<S, C> prev, List<AlignedSequence.Step> steps) Creates a newAlignedSequence
for the givenAlignedSequence
in a global alignment.SimpleAlignedSequence
(AlignedSequence<S, C> prev, List<AlignedSequence.Step> steps, int numBefore, int numAfter) Creates a newAlignedSequence
for the givenAlignedSequence
in a local alignment.SimpleAlignedSequence
(S original, List<AlignedSequence.Step> steps) Creates anAlignedSequence
for the givenSequence
in a global alignment.SimpleAlignedSequence
(S original, List<AlignedSequence.Step> steps, int numBefore, int numAfter) Creates anAlignedSequence
for the givenSequence
in a local alignment.protected
SimpleProfile
(Profile<S, C> query, Profile<S, C> target, List<AlignedSequence.Step> sx, List<AlignedSequence.Step> sy) Creates a pair profile for the given profiles.protected
SimpleProfile
(S query, S target, List<AlignedSequence.Step> sx, int xb, int xa, List<AlignedSequence.Step> sy, int yb, int ya) Creates a pair profile for the given sequences.SimpleProfilePair
(Profile<S, C> query, Profile<S, C> target, List<AlignedSequence.Step> sx, List<AlignedSequence.Step> sy) Creates a pair profile for the given profiles.SimpleSequencePair
(S query, S target, List<AlignedSequence.Step> sx, int xb, int xa, List<AlignedSequence.Step> sy, int yb, int ya) Creates a pair profile for the given sequences with a local alignment.SimpleSequencePair
(S query, S target, List<AlignedSequence.Step> sx, List<AlignedSequence.Step> sy) Creates a pair profile for the given sequences with a global alignment. -
Uses of AlignedSequence.Step in org.biojava.nbio.core.alignment.template
Modifier and TypeMethodDescriptionstatic AlignedSequence.Step
Returns the enum constant of this type with the specified name.static AlignedSequence.Step[]
AlignedSequence.Step.values()
Returns an array containing the constants of this enum type, in the order they are declared.