class
HTS::Bcf::Info
- HTS::Bcf::Info
- Reference
- Object
Defined in:
hts/bcf/info.crConstructors
Instance Method Summary
-
#get_flag(tag)
Get INFO flag.
-
#get_float(tag)
Get INFO float array.
-
#get_float_opt(tag)
Get INFO float array with missing values mapped to nil (bcf_float_missing is a NaN sentinel)
-
#get_int(tag)
Get INFO int32 array.
-
#get_int64(tag)
Get INFO int64 array.
-
#get_int_opt(tag)
Get INFO int32 array with missing values mapped to nil.
-
#get_string(tag)
Get INFO string.
Constructor Detail
Instance Method Detail
def get_float_opt(tag)
#
Get INFO float array with missing values mapped to nil (bcf_float_missing is a NaN sentinel)
def get_int_opt(tag)
#
Get INFO int32 array with missing values mapped to nil. Missing is encoded in BCF as INT32_MIN; vector_end should not appear in INFO but is ignored if present.