Class Scores
java.lang.Object
htsjdk.samtools.cram.encoding.readfeatures.Scores
- All Implemented Interfaces:
ReadFeature
,Serializable
A read feature representing a contiguous stretch of quality scores in a read.
- See Also:
-
Field Details
-
operator
public static final byte operator- See Also:
-
-
Constructor Details
-
Scores
public Scores(int position, byte[] sequence)
-
-
Method Details
-
getScores
public byte[] getScores() -
setScores
public void setScores(byte[] scores) -
getOperator
public byte getOperator()Description copied from interface:ReadFeature
Read features are distinguished by operator, similar to cigar operator.- Specified by:
getOperator
in interfaceReadFeature
- Returns:
- type of the read feature
-
getPosition
public int getPosition()- Specified by:
getPosition
in interfaceReadFeature
- Returns:
- zero-based position in the read
-
toString
-
equals
-
hashCode
public int hashCode()
-