Package htsjdk.samtools.cram.structure
Class SubstitutionMatrix
- java.lang.Object
-
- htsjdk.samtools.cram.structure.SubstitutionMatrix
-
public class SubstitutionMatrix extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static byte[]BASES
-
Constructor Summary
Constructors Constructor Description SubstitutionMatrix(byte[] matrix)SubstitutionMatrix(long[][] frequencies)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description bytebase(byte refBase, byte code)bytecode(byte refBase, byte readBase)byte[]getEncodedMatrix()StringtoString()
-