public class BCF2GenotypeFieldDecoders extends Object
Modifier and Type | Class | 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 | Description |
---|---|
BCF2GenotypeFieldDecoders(VCFHeader header) |
Modifier and Type | Method | Description |
---|---|---|
BCF2GenotypeFieldDecoders.Decoder |
getDecoder(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(String field)
field
- the GT field to decode