S - each element of the alignment Profile is of type SC - each element of an AlignedSequence is a Compound of type Cpublic interface MatrixAligner<S extends Sequence<C>,C extends Compound> extends Aligner<S,C>
Aligner which builds a score matrix during computation.| Modifier and Type | Method and Description |
|---|---|
int[][][] |
getScoreMatrix()
Returns the entire score matrix built during alignment.
|
String |
getScoreMatrixAsString()
Returns a depiction of the score matrix as a
String. |
getComputationTime, getProfilegetDistance, getDistance, getMaxScore, getMinScore, getScore, getSimilarity, getSimilarityint[][][] getScoreMatrix()
Sequence.String getScoreMatrixAsString()
String. This may include additional description such as
labels for each dimension: element from query sequence, element from target sequence, and meaning of each score.Copyright © 2000–2018 BioJava. All rights reserved.