Class: VCF

Inherits:
Object
  • Object
show all
Defined in:
lib/hts/vcf.rb

Overview

Create a skeleton using hts-python as a reference. github.com/quinlan-lab/hts-python

Instance Method Summary collapse

Constructor Details

#initializeVCF

Returns a new instance of VCF.



7
# File 'lib/hts/vcf.rb', line 7

def initialize; end

Instance Method Details

#eachObject



11
# File 'lib/hts/vcf.rb', line 11

def each; end

#inspectObject



9
# File 'lib/hts/vcf.rb', line 9

def inspect; end

#n_samplesObject



15
# File 'lib/hts/vcf.rb', line 15

def n_samples; end

#seqObject



13
# File 'lib/hts/vcf.rb', line 13

def seq; end