class Ensembl::Variation::StructuralVariation
The StructuralVariation
class gives information on structural variations mapped on the genome
This class uses ActiveRecord
to access data in the Ensembl
database. See the general documentation of the Ensembl
module for more information on what this means and what methods are available.
Public Class Methods
instance_method_already_implemented?(method_name)
click to toggle source
Calls superclass method
# File lib/bio-ensembl/variation/activerecord.rb, line 308 def instance_method_already_implemented?(method_name) return true if method_name == 'class' super end
Public Instance Methods
sv_class()
click to toggle source
# File lib/bio-ensembl/variation/activerecord.rb, line 314 def sv_class self.attributes["class"] end