class

HTS::Bcf::Info

Inherits Reference < Object

Constructors

new(record : Bcf::Record)
Source

Instance methods

delete(tag : String) : Bool
Source
get_flag(tag) : Bool | Nil
Source
get_float(tag) : Array(Float32) | Nil
Source
get_float_opt(tag) : Array(Float32 | Nil) | Nil
Source
get_int(tag) : Array(Int32) | Nil
Source
get_int64(tag) : Array(Int64) | Nil
Source
get_int64_opt(tag) : Array(Int64 | Nil) | Nil
Source
get_int_opt(tag) : Array(Int32 | Nil) | Nil
Source
get_string(tag) : String | Nil
Source
update_flag(tag : String, present : Bool = true)
Source
update_float(tag : String, value : Number)
Source
update_float(tag : String, values : Array(Float32))
Source
update_int(tag : String, value : Int)
Source
update_int(tag : String, values : Array(Int32))
Source
update_int64(tag : String, value : Int)
Source
update_int64(tag : String, values : Array(Int64))
Source
update_string(tag : String, value : String)
Source