Package | Description |
---|---|
de.unibi.citec.tcs.alignment |
This package contains the actual AlignmentAlgorithms as well as their return
classes.
|
Modifier and Type | Method and Description |
---|---|
SoftAlignmentScoreAlgorithm.ScoreEntry |
SoftAlignmentScoreAlgorithm.createDelInitial(SoftAlignmentScoreAlgorithm.ScoreEntry delOld,
int i,
double delLocal)
This method should not be called from outside!
The subclass specifies the entry (i+1,0) of the alignment matrix with
this method given the entry (i,0).
|
SoftAlignmentScoreAlgorithm.ScoreEntry |
SoftAlignmentScoreAlgorithm.createInitial()
This method should not be called from outside!
The subclass specifies the entry (0,0) of the alignment matrix with this
method.
|
SoftAlignmentScoreAlgorithm.ScoreEntry |
SoftAlignmentScoreAlgorithm.createInsInitial(SoftAlignmentScoreAlgorithm.ScoreEntry insOld,
int j,
double insLocal)
This method should not be called from outside!
The subclass specifies the entry (0,j+1) of the alignment matrix with
this method given the entry (0,j).
|
SoftAlignmentScoreAlgorithm.ScoreEntry |
SoftAlignmentScoreAlgorithm.createNewEntry(SoftAlignmentScoreAlgorithm.ScoreEntry delOld,
SoftAlignmentScoreAlgorithm.ScoreEntry insOld,
SoftAlignmentScoreAlgorithm.ScoreEntry repOld,
int i,
int j,
double delLocal,
double insLocal,
double repLocal)
This method should not be called from outside!
The subclass specifies the entry (i+1,j+1) of the alignment matrix with
this method given the entries (i,j+1) (deletion), (i+1,j) (insertion) and
(i,j) (replacement).
|
Modifier and Type | Method and Description |
---|---|
SoftAlignmentScoreAlgorithm.ScoreEntry |
SoftAlignmentScoreAlgorithm.createDelInitial(SoftAlignmentScoreAlgorithm.ScoreEntry delOld,
int i,
double delLocal)
This method should not be called from outside!
The subclass specifies the entry (i+1,0) of the alignment matrix with
this method given the entry (i,0).
|
SoftAlignmentScoreAlgorithm.ScoreEntry |
SoftAlignmentScoreAlgorithm.createInsInitial(SoftAlignmentScoreAlgorithm.ScoreEntry insOld,
int j,
double insLocal)
This method should not be called from outside!
The subclass specifies the entry (0,j+1) of the alignment matrix with
this method given the entry (0,j).
|
SoftAlignmentScoreAlgorithm.ScoreEntry |
SoftAlignmentScoreAlgorithm.createNewEntry(SoftAlignmentScoreAlgorithm.ScoreEntry delOld,
SoftAlignmentScoreAlgorithm.ScoreEntry insOld,
SoftAlignmentScoreAlgorithm.ScoreEntry repOld,
int i,
int j,
double delLocal,
double insLocal,
double repLocal)
This method should not be called from outside!
The subclass specifies the entry (i+1,j+1) of the alignment matrix with
this method given the entries (i,j+1) (deletion), (i+1,j) (insertion) and
(i,j) (replacement).
|
Double |
SoftAlignmentScoreAlgorithm.transformToResult(SoftAlignmentScoreAlgorithm.ScoreEntry[][] alignmentMatrix,
Sequence a,
Sequence b)
This method should not be called from outside!
The subclass uses this method to transform the alignment matrix and the
input sequences to the actual alignment result.
|
Copyright © 2014. All rights reserved.