Class: HTS::Variant
- Inherits:
-
Object
- Object
- HTS::Variant
- Defined in:
- lib/hts/vcf.rb
Instance Method Summary collapse
- #formats ⇒ Object
- #genotypes ⇒ Object
-
#initialize ⇒ Variant
constructor
A new instance of Variant.
- #inspect ⇒ Object
Constructor Details
#initialize ⇒ Variant
Returns a new instance of Variant.
20 |
# File 'lib/hts/vcf.rb', line 20 def initialize; end |
Instance Method Details
#formats ⇒ Object
24 |
# File 'lib/hts/vcf.rb', line 24 def formats; end |
#genotypes ⇒ Object
26 |
# File 'lib/hts/vcf.rb', line 26 def genotypes; end |
#inspect ⇒ Object
22 |
# File 'lib/hts/vcf.rb', line 22 def inspect; end |