class HTS::VCF::Format
Public Class Methods
new()
click to toggle source
# File lib/hts/vcf/format.rb, line 10 def initialize; end
Public Instance Methods
delete()
click to toggle source
# File lib/hts/vcf/format.rb, line 12 def delete; end
genotypes()
click to toggle source
def fields # iterator end
# File lib/hts/vcf/format.rb, line 21 def genotypes; end
get()
click to toggle source
# File lib/hts/vcf/format.rb, line 14 def get; end
set()
click to toggle source
# File lib/hts/vcf/format.rb, line 16 def set; end