public class BandedAligner extends Object
| Constructor and Description |
|---|
BandedAligner() |
| Modifier and Type | Method and Description |
|---|---|
static Alignment<NucleotideSequence> |
alignGlobal(AlignmentScoring<NucleotideSequence> scoring,
NucleotideSequence seq1,
NucleotideSequence seq2,
int offset1,
int length1,
int offset2,
int length2,
int width)
Classical Banded Alignment.
|
public static Alignment<NucleotideSequence> alignGlobal(AlignmentScoring<NucleotideSequence> scoring, NucleotideSequence seq1, NucleotideSequence seq2, int offset1, int length1, int offset2, int length2, int width)
scoring - scoring systemseq1 - first sequenceseq2 - second sequenceoffset1 - offset in first sequencelength1 - length of first sequence's part to be alignedoffset2 - offset in second sequencelength2 - length of second sequence's part to be alignedwidth - width of banded alignment matrix. In other terms max allowed number of indelsCopyright © 2018. All rights reserved.