- sequence1() - Method in class Alignment
-
Returns the first of two genomic sequences in this Alignment
.
- sequence2() - Method in class Alignment
-
Returns the second of two genomic sequences in this Alignment
.
- setAffineGaps(int, int) - Method in class Alignment
-
Score gaps in this Alignment
using an affine model.
- setFastAlignment(int) - Method in class Alignment
-
Indicate that a fast linear-time pairwise alignment should be performed.
- setFixedScoring(int, int) - Method in class Alignment
-
When aligning two characters, one from each genomic sequence, if the two characters
are identical then the alignment score of the two characters should be the
match
score.
- setGlobalAlignment() - Method in class Alignment
-
Indicate that a global pairwise alignment should be performed.
- setLinearGaps(int) - Method in class Alignment
-
Score gaps in this Alignment
using a linear model.
- setLocalAlignment() - Method in class Alignment
-
Indicate that a local pairwise alignment should be performed.
- setMatrixScoring(String) - Method in class Alignment
-
When aligning two characters, one from each genomic sequence, the alignment score of the
two characters should be determined from a matrix of scores found in a file with the
specified name.