class
HTS::Bcf::Info
- HTS::Bcf::Info
- Reference
- Object
Defined in:
hts/bcf/info.crConstructors
Instance Method Summary
-
#[](tag : String) : Array(Int32) | Array(Float32) | String | Bool | Nil
Character INFO fields are routed through the string path.
- #delete(tag : String) : Bool
- #get_flag(tag) : Bool | Nil
- #get_float(tag) : Array(Float32) | Nil
- #get_float_opt(tag) : Array(Float32 | Nil) | Nil
- #get_int(tag) : Array(Int32) | Nil
- #get_int64(tag) : Array(Int64) | Nil
- #get_int64_opt(tag) : Array(Int64 | Nil) | Nil
- #get_int_opt(tag) : Array(Int32 | Nil) | Nil
- #get_string(tag) : String | Nil
- #update_flag(tag : String, present : Bool = true)
- #update_float(tag : String, value : Number)
- #update_float(tag : String, values : Array(Float32))
- #update_int(tag : String, value : Int)
- #update_int(tag : String, values : Array(Int32))
- #update_int64(tag : String, value : Int)
- #update_int64(tag : String, values : Array(Int64))
- #update_string(tag : String, value : String)
Constructor Detail
Instance Method Detail
def [](tag : String) : Array(Int32) | Array(Float32) | String | Bool | Nil
#
Character INFO fields are routed through the string path.