-
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 penalty
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 penalty
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 penalty
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 sequence
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 penalty
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 penalty
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 sequence
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 sequence
Score global alignment for a given position in the query sequence for a linear gap penalty
Score global alignment for a given position in the query sequence
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
static void
static int[]
Find alignment path through traceback matrix
static int[]
Find global alignment path through traceback matrix
static int[]
Find local alignment path through traceback matrix
void