public class BaseQualityScore extends Object implements Serializable, ReadFeature
| Modifier and Type | Field and Description |
|---|---|
static byte |
operator |
| Constructor and Description |
|---|
BaseQualityScore(int position,
byte qualityScore) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
byte |
getOperator()
Read features are distinguished by operator, similar to cigar operator.
|
int |
getPosition() |
byte |
getQualityScore() |
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)