class
HTS::Bcf::Format
- HTS::Bcf::Format
- Reference
- Object
Defined in:
hts/bcf/format.crConstructors
Instance Method Summary
- #delete(tag : String) : Bool
- #get_float(tag) : Array(Float32) | Nil
- #get_genotypes : Array(Int32) | Nil
- #get_int(tag) : Array(Int32) | Nil
-
#get_string(tag) : Array(String) | Nil
Returns one String per sample.
- #update_float(tag : String, value : Number)
- #update_float(tag : String, values : Array(Float32))
- #update_genotypes(values : Array(Int32))
- #update_int(tag : String, value : Int)
- #update_int(tag : String, values : Array(Int32))
- #update_string(tag : String, value : String)
- #update_string(tag : String, values : Array(String))
Constructor Detail
Instance Method Detail
def get_string(tag) : Array(String) | Nil
#
Returns one String per sample. Character FORMAT fields are handled here too.