public class BCF2GenotypeFieldDecoders
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
BCF2GenotypeFieldDecoders.Decoder
Decoder a field (implicit from creation) encoded as
typeDescriptor in the decoder object in the GenotypeBuilders
one for each sample in order.
|
| Constructor and Description |
|---|
BCF2GenotypeFieldDecoders(VCFHeader header) |
| Modifier and Type | Method and Description |
|---|---|
BCF2GenotypeFieldDecoders.Decoder |
getDecoder(java.lang.String field)
Return decoder appropriate for field, or the generic decoder if no
specialized one is bound
|
public BCF2GenotypeFieldDecoders(VCFHeader header)
public BCF2GenotypeFieldDecoders.Decoder getDecoder(java.lang.String field)
field - the GT field to decode