public final class BandedAlignerParameters<S extends Sequence<S>> extends Object implements Serializable
| Constructor and Description |
|---|
BandedAlignerParameters(AlignmentScoring<S> scoring,
int width,
int stopPenalty) |
| Modifier and Type | Method and Description |
|---|---|
BandedAlignerParameters<S> |
clone() |
boolean |
equals(Object o) |
AlignmentScoring<S> |
getScoring()
Returns scoring used for alignment.
|
int |
getStopPenalty()
Alignment score value in banded alignment matrix at which alignment terminates.
|
int |
getWidth()
Width of banded alignment matrix.
|
int |
hashCode() |
BandedAlignerParameters |
setScoring(AlignmentScoring<S> scoring)
Sets scoring used for alignment.
|
BandedAlignerParameters |
setStopPenalty(int stopPenalty)
Sets alignment score value in banded alignment matrix at which alignment terminates.
|
BandedAlignerParameters |
setWidth(int width)
Sets width of banded alignment matrix.
|
public BandedAlignerParameters(AlignmentScoring<S> scoring, int width, int stopPenalty)
public AlignmentScoring<S> getScoring()
public BandedAlignerParameters setScoring(AlignmentScoring<S> scoring)
public int getWidth()
public BandedAlignerParameters setWidth(int width)
public int getStopPenalty()
public BandedAlignerParameters setStopPenalty(int stopPenalty)
public BandedAlignerParameters<S> clone()
Copyright © 2018. All rights reserved.