class Ensembl::Variation::Source

The Source class gives information on the different databases and SNP panels used to retrieve the data

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 Instance Methods

somatic_status() click to toggle source
# File lib/bio-ensembl/variation/activerecord.rb, line 290
def somatic_status # workaround as ActiveRecord do not parse SET field in MySQL
  "#{attributes_before_type_cast['somatic_status']}" 
end