Method: HTS::Bcf::Record#alt
- Defined in:
- lib/hts/bcf/record.rb
#alt ⇒ Object
69 70 71 72 73 74 |
# File 'lib/hts/bcf/record.rb', line 69 def alt LibHTS.bcf_unpack(@bcf1, LibHTS::BCF_UN_STR) @bcf1[:d][:allele].get_array_of_pointer( FFI::TYPE_POINTER.size, @bcf1[:n_allele] - 1 ).map(&:read_string) end |