class BioInterchange::Genomics::VCFFeatureSet

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

Public Instance Methods

uri() click to toggle source
# File lib/biointerchange/genomics/vcf_feature_set.rb, line 7
def uri
  super.sub(/^biointerchange:\/\/gff3\//, 'biointerchange://vcf/')
end