public class Bases extends Object implements Serializable, ReadFeature
Modifier and Type | Field and Description |
---|---|
static byte |
operator |
Constructor and Description |
---|
Bases() |
Bases(int position,
byte[] sequence) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
byte[] |
getBases() |
byte |
getOperator()
Read features are distinguished by operator, similar to cigar operator.
|
int |
getPosition() |
void |
setBases(byte[] bases) |
void |
setPosition(int position) |
String |
toString() |
public static final byte operator
public byte[] getBases()
public void setBases(byte[] bases)
public byte getOperator()
ReadFeature
getOperator
in interface ReadFeature
public int getPosition()
getPosition
in interface ReadFeature
public void setPosition(int position)
setPosition
in interface ReadFeature