InfoField

Struct to aid in conversion of VCF info data into D types

Constructors

this
this(string key, bcf_info_t* info, Bcf1 line)

ctor from VCFRecord

this
this(string key, bcf_info_t* info)

string, info field ctor

Members

Functions

to
T[] to()

convert to a D type array if int, float, or bool type array

to
T to()

convert to a D type if int, float, or bool type

to
T to()

convert to a string

Variables

data
ubyte[] data;

reference of info field data

key
string key;

String identifier of info field

len
int len;

number of data elements

line
Bcf1 line;

VCFRecord refct

type
BcfRecordType type;

BCF TYPE indicator

Meta