Method: HTS::Bcf::Record#chrom

Defined in:
lib/hts/bcf/record.rb

#chromObject

Get the chromosome of variant.



32
33
34
# File 'lib/hts/bcf/record.rb', line 32

def chrom
  LibHTS.bcf_hdr_id2name(@header.struct, rid)
end