public class Scores extends Object implements Serializable, ReadFeature
Modifier and Type | Field and Description |
---|---|
static byte |
operator |
Constructor and Description |
---|
Scores() |
Scores(int position,
byte[] sequence) |
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[] |
getScores() |
void |
setPosition(int position) |
void |
setScores(byte[] scores) |
String |
toString() |
public static final byte operator
public byte[] getScores()
public void setScores(byte[] scores)
public byte getOperator()
ReadFeature
getOperator
in interface ReadFeature
public int getPosition()
getPosition
in interface ReadFeature
public void setPosition(int position)
setPosition
in interface ReadFeature