bcf_get_fmt

bcf_get_fmt() - returns pointer to FORMAT's field data @header: for access to BCF_DT_ID dictionary @line: VCF line obtained from vcf_parse1 @fmt: one of GT,PL,...

Returns bcf_fmt_t* if the call succeeded, or returns NULL when the field is not available.

extern (C)
bcf_get_fmt
(
const(bcf_hdr_t)* hdr
,,
const(char)* key
)

Meta