HTS::Bcf::Info
Inherits Reference < Object
Constructors
new(record : Bcf::Record)
SourceInstance methods
delete(tag : String) : Bool
Sourceget_flag(tag) : Bool | Nil
Sourceget_float(tag) : Array(Float32) | Nil
Sourceget_float_opt(tag) : Array(Float32 | Nil) | Nil
Sourceget_int(tag) : Array(Int32) | Nil
Sourceget_int64(tag) : Array(Int64) | Nil
Sourceget_int64_opt(tag) : Array(Int64 | Nil) | Nil
Sourceget_int_opt(tag) : Array(Int32 | Nil) | Nil
Sourceget_string(tag) : String | Nil
Sourceupdate_flag(tag : String, present : Bool = true)
Sourceupdate_float(tag : String, value : Number)
Sourceupdate_float(tag : String, values : Array(Float32))
Sourceupdate_int(tag : String, value : Int)
Sourceupdate_int(tag : String, values : Array(Int32))
Sourceupdate_int64(tag : String, value : Int)
Sourceupdate_int64(tag : String, values : Array(Int64))
Sourceupdate_string(tag : String, value : String)
Source