Package | Description |
---|---|
org.biojava.nbio.alignment.routines | |
org.biojava.nbio.alignment.template |
Modifier and Type | Method and Description |
---|---|
static 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 Type | Method and Description |
---|---|
static 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 penalty
|
static 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 sequence
|
void |
AlignerHelper.Cut.update(int x,
AlignerHelper.Subproblem subproblem,
AlignerHelper.Last[][] pointers) |
Modifier and Type | Method and Description |
---|---|
protected int[] |
AbstractMatrixAligner.getSubstitutionScoreVector(int queryColumn,
AlignerHelper.Subproblem subproblem)
Returns score for the alignment of the query column to all target columns
|
Copyright © 2000–2019 BioJava. All rights reserved.