class BioInterchange::Genomics::GVFFeatureSet
A GVF feature set, which encapsules information of a single GVF file.
Public Instance Methods
uri()
click to toggle source
Calls superclass method
BioInterchange::Genomics::GFF3FeatureSet#uri
# File lib/biointerchange/genomics/gvf_feature_set.rb, line 7 def uri super.sub(/^biointerchange:\/\/gff3\//, 'biointerchange://gvf/') end