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 |
---|---|
StrictAlignmentFullAlgorithm.FullMatrixEntry |
StrictAlignmentFullAlgorithm.createDelInitial(StrictAlignmentFullAlgorithm.FullMatrixEntry 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).
|
StrictAlignmentFullAlgorithm.FullMatrixEntry |
StrictAlignmentFullAlgorithm.createInitial()
This method should not be called from outside!
The subclass specifies the entry (0,0) of the alignment matrix with this
method.
|
StrictAlignmentFullAlgorithm.FullMatrixEntry |
StrictAlignmentFullAlgorithm.createInsInitial(StrictAlignmentFullAlgorithm.FullMatrixEntry 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).
|
StrictAlignmentFullAlgorithm.FullMatrixEntry |
StrictAlignmentFullAlgorithm.createNewEntry(StrictAlignmentFullAlgorithm.FullMatrixEntry delOld,
StrictAlignmentFullAlgorithm.FullMatrixEntry insOld,
StrictAlignmentFullAlgorithm.FullMatrixEntry 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).
|
StrictAlignmentFullAlgorithm.FullMatrixEntry |
StrictAlignmentFullAlgorithm.FullMatrixEntry.getPredecessor() |
Modifier and Type | Method and Description |
---|---|
StrictAlignmentFullAlgorithm.FullMatrixEntry |
StrictAlignmentFullAlgorithm.createDelInitial(StrictAlignmentFullAlgorithm.FullMatrixEntry 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).
|
StrictAlignmentFullAlgorithm.FullMatrixEntry |
StrictAlignmentFullAlgorithm.createInsInitial(StrictAlignmentFullAlgorithm.FullMatrixEntry 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).
|
StrictAlignmentFullAlgorithm.FullMatrixEntry |
StrictAlignmentFullAlgorithm.createNewEntry(StrictAlignmentFullAlgorithm.FullMatrixEntry delOld,
StrictAlignmentFullAlgorithm.FullMatrixEntry insOld,
StrictAlignmentFullAlgorithm.FullMatrixEntry 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).
|
AlignmentPath |
StrictAlignmentFullAlgorithm.transformToResult(StrictAlignmentFullAlgorithm.FullMatrixEntry[][] 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.
|
Constructor and Description |
---|
StrictAlignmentFullAlgorithm.FullMatrixEntry(double score,
int i,
int j,
StrictAlignmentFullAlgorithm.FullMatrixEntry predecessor) |
Copyright © 2014. All rights reserved.