Class: HTS::VCF::Format
- Inherits:
-
Object
- Object
- HTS::VCF::Format
- Defined in:
- lib/hts/vcf/format.rb
Instance Method Summary collapse
- #delete ⇒ Object
-
#genotypes ⇒ Object
def fields # iterator end.
- #get ⇒ Object
-
#initialize ⇒ Format
constructor
A new instance of Format.
- #set ⇒ Object
Constructor Details
#initialize ⇒ Format
Returns a new instance of Format.
10 |
# File 'lib/hts/vcf/format.rb', line 10 def initialize; end |
Instance Method Details
#delete ⇒ Object
12 |
# File 'lib/hts/vcf/format.rb', line 12 def delete; end |
#genotypes ⇒ Object
def fields # iterator end
21 |
# File 'lib/hts/vcf/format.rb', line 21 def genotypes; end |
#get ⇒ Object
14 |
# File 'lib/hts/vcf/format.rb', line 14 def get; end |
#set ⇒ Object
16 |
# File 'lib/hts/vcf/format.rb', line 16 def set; end |