class

HTS::Bcf::Record

Inherits Reference < Object

Constructors

new(header : Bcf::Header, bcf_t : Pointer(HTS::LibHTS::Bcf1T))
Source
new(header : Bcf::Header)
Source

Instance methods

alleles
Source
chrom
Source
clear_id
Source
clone
Source
endpos
Source
filter

VCF FILTER can contain multiple values, so keep the return type stable.

Source
filters
Source
finalize

garbage collection

Source
format
Source
header
Source
id=(id)
Source
info
Source
pos=(pos)
Source
qual
Source
qual=(qual)
Source
rid=(rid)
Source
to_s(io : IO)

Appends a short String representation of this object which includes its class name and its object address.

class Person
  def initialize(@name : String, @age : Int32)
  end
end

Person.new("John", 32).to_s # => #<Person:0x10a199f20>
Source
to_unsafe
Source