bcf_fmt_t

FORMAT field data (§1.4.2 Genotype fields)

Members

Variables

id
int id;

id: numeric tag id, the corresponding string is bcf_hdr_t::idBCF_DT_ID[$id].key

n
int n;

n: number of values per-sample; size: number of bytes per-sample; type: one of BCF_BT_* types

p
uint8_t* p;

same as vptr and vptr_* in bcf_info_t below

p_len
uint32_t p_len;

?

size
int size;

size: number of bytes per-sample; type: one of BCF_BT_* types

type
int type;

type: one of BCF_BT_* types

Meta