Uses of Class
org.biojava.nbio.alignment.routines.AlignerHelper.Subproblem
-
Uses of AlignerHelper.Subproblem in org.biojava.nbio.alignment.routines
Modifier and TypeMethodDescriptionstatic List
<AlignerHelper.Subproblem> AlignerHelper.Subproblem.getSubproblems
(List<AlignerHelper.Anchor> anchors, int querySequenceLength, int targetSequenceLength) Convert a list of anchors into a subproblem list.Modifier and TypeMethodDescriptionstatic AlignerHelper.Cut[]
AlignerHelper.getCuts
(int k, AlignerHelper.Subproblem subproblem, int[] dim, boolean anchor0) static void
AlignerHelper.setCuts
(int x, AlignerHelper.Subproblem subproblem, AlignerHelper.Last[][] pointers, AlignerHelper.Cut[] cuts) static 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 sequencevoid
AlignerHelper.Cut.update
(int x, AlignerHelper.Subproblem subproblem, AlignerHelper.Last[][] pointers) -
Uses of AlignerHelper.Subproblem in org.biojava.nbio.alignment.template
Modifier and TypeMethodDescriptionprotected int[]
AbstractMatrixAligner.getSubstitutionScoreVector
(int queryColumn, AlignerHelper.Subproblem subproblem) Returns score for the alignment of the query column to all target columns