Uses of Enum
org.biojava.nbio.alignment.routines.AlignerHelper.Last
Packages that use AlignerHelper.Last
-
Uses of AlignerHelper.Last in org.biojava.nbio.alignment.routines
Methods in org.biojava.nbio.alignment.routines that return AlignerHelper.LastModifier and TypeMethodDescriptionstatic AlignerHelper.Last
AlignerHelper.setScorePoint
(int x, int y, int gep, int sub, int[][][] scores) Calculates the optimal alignment score for the given sequence positions and a linear gap penaltystatic AlignerHelper.Last[]
AlignerHelper.setScorePoint
(int x, int y, int gop, int gep, int sub, int[][][] scores) Calculate the optimal alignment score for the given sequence positions with an affine or constant gap penaltystatic AlignerHelper.Last[][]
AlignerHelper.setScoreVector
(int x, int gep, int[] subs, boolean storing, int[][][] scores, int[] xyMax, int score) Score local alignment for a given position in the query sequence for a linear gap penaltystatic AlignerHelper.Last[][]
AlignerHelper.setScoreVector
(int x, int gop, int gep, int[] subs, boolean storing, int[][][] scores, int[] xyMax, int score) Score local alignment for a given position in the query sequencestatic AlignerHelper.Last[][]
AlignerHelper.setScoreVector
(int x, int xb, int yb, int ye, int gep, int[] subs, boolean storing, int[][][] scores, boolean startAnchored) Score global alignment for a given position in the query sequence for a linear gap penaltystatic AlignerHelper.Last[][]
AlignerHelper.setScoreVector
(int x, int xb, int yb, int ye, int gep, int[] subs, boolean storing, int[][][] scores, int[] xyMax, int score) Score local alignment for a given position in the query sequence for a linear gap penaltystatic AlignerHelper.Last[][]
AlignerHelper.setScoreVector
(int x, int xb, int yb, int ye, int gop, int gep, int[] subs, boolean storing, int[][][] scores, boolean startAnchored) Score global alignment for a given position in the query sequencestatic AlignerHelper.Last[][]
AlignerHelper.setScoreVector
(int x, int xb, int yb, int ye, int gop, int gep, int[] subs, boolean storing, int[][][] scores, int[] xyMax, int score) Score local alignment for a given position in the query sequencestatic AlignerHelper.Last[][]
AlignerHelper.setScoreVector
(int x, AlignerHelper.Subproblem subproblem, int gep, int[] subs, boolean storing, int[][][] scores) Score global alignment for a given position in the query sequence for a linear gap penaltystatic AlignerHelper.Last[][]
AlignerHelper.setScoreVector
(int x, AlignerHelper.Subproblem subproblem, int gop, int gep, int[] subs, boolean storing, int[][][] scores) Score global alignment for a given position in the query sequencestatic AlignerHelper.Last
Returns the enum constant of this type with the specified name.static AlignerHelper.Last[]
AlignerHelper.Last.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.biojava.nbio.alignment.routines with parameters of type AlignerHelper.LastModifier and TypeMethodDescriptionstatic void
AlignerHelper.setCuts
(int x, AlignerHelper.Subproblem subproblem, AlignerHelper.Last[][] pointers, AlignerHelper.Cut[] cuts) 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 matrixstatic String
AlignerHelper.tracebackToString
(AlignerHelper.Last[][][] traceback) void
AlignerHelper.Cut.update
(int x, AlignerHelper.Subproblem subproblem, AlignerHelper.Last[][] pointers)