ByteMapper
public class GenoToByte extends java.lang.Object implements ByteMapper
Constructor | Description |
---|---|
GenoToByte() |
Default constructor
|
Modifier and Type | Method | Description |
---|---|---|
byte |
map(java.lang.String s) |
Maps from string representing a genotype to a byte representation
|
public byte map(java.lang.String s) throws VCFUnexpectedDataException
map
in interface ByteMapper
s
- The stringVCFUnexpectedDataException
- If there is unexpected
data in the VCF