HTS::Bcf::Format
Inherits Reference < Object
Constructors
new(record : Bcf::Record)
SourceInstance methods
delete(tag : String) : Bool
Sourcegenotypes
Sourceget_float(tag) : Array(Float32) | Nil
Sourceget_int(tag) : Array(Int32) | Nil
Sourceget_string(tag) : Array(String) | Nil
Returns one String per sample. Character FORMAT fields are handled here too.
update_float(tag : String, value : Number)
Sourceupdate_float(tag : String, values : Array(Float32))
Sourceupdate_genotypes(values : Array(Int32))
Sourceupdate_int(tag : String, value : Int)
Sourceupdate_int(tag : String, values : Array(Int32))
Sourceupdate_string(tag : String, value : String)
Sourceupdate_string(tag : String, values : Array(String))
Source