Class: BioInterchange::Genomics::VCFFeatureSet

Inherits:
GFF3FeatureSet show all
Defined in:
lib/biointerchange/genomics/vcf_feature_set.rb

Overview

A VCF feature set, which encapsules information of a single VCF file.

Instance Method Summary collapse

Methods inherited from GFF3FeatureSet

#add, #contents, #initialize, #pragma, #pragmas, #prune, #set_pragma

Methods inherited from Model

#initialize, #prune

Constructor Details

This class inherits a constructor from BioInterchange::Genomics::GFF3FeatureSet

Instance Method Details

#uriObject



7
8
9
# File 'lib/biointerchange/genomics/vcf_feature_set.rb', line 7

def uri
  super.sub(/^biointerchange:\/\/gff3\//, 'biointerchange://vcf/')
end