class Ensembl::Variation::Study

The Study class gives information about studies producing variations information

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

study_type() click to toggle source
# File lib/bio-ensembl/variation/activerecord.rb, line 371
def study_type
  "#{attributes_before_type_cast['study_type']}"
end