public class ReadBase extends Object implements Serializable, ReadFeature
| Modifier and Type | Field and Description |
|---|---|
static byte |
operator |
| Constructor and Description |
|---|
ReadBase(int position,
byte base,
byte qualityScore) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
byte |
getBase() |
byte |
getOperator()
Read features are distinguished by operator, similar to cigar operator.
|
int |
getPosition() |
byte |
getQualityScore() |
void |
setBase(byte base) |
void |
setPosition(int position) |
void |
setQualityScore(byte qualityScore) |
String |
toString() |
public static final byte operator
public byte getOperator()
ReadFeaturegetOperator in interface ReadFeaturepublic int getPosition()
getPosition in interface ReadFeaturepublic void setPosition(int position)
setPosition in interface ReadFeaturepublic byte getQualityScore()
public void setQualityScore(byte qualityScore)
public byte getBase()
public void setBase(byte base)