Class: VCF
- Inherits:
-
Object
- Object
- VCF
- 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
- #each ⇒ Object
-
#initialize ⇒ VCF
constructor
A new instance of VCF.
- #inspect ⇒ Object
- #n_samples ⇒ Object
- #seq ⇒ Object
Constructor Details
#initialize ⇒ VCF
Returns a new instance of VCF.
7 |
# File 'lib/hts/vcf.rb', line 7 def initialize; end |
Instance Method Details
#each ⇒ Object
11 |
# File 'lib/hts/vcf.rb', line 11 def each; end |
#inspect ⇒ Object
9 |
# File 'lib/hts/vcf.rb', line 9 def inspect; end |
#n_samples ⇒ Object
15 |
# File 'lib/hts/vcf.rb', line 15 def n_samples; end |
#seq ⇒ Object
13 |
# File 'lib/hts/vcf.rb', line 13 def seq; end |