Class: Ensembl::Variation::Study

Inherits:
DBConnection show all
Defined in:
lib/bio-ensembl/variation/activerecord.rb

Overview

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.

Instance Method Summary collapse

Methods inherited from DBConnection

connect, ensemblgenomes_connect

Methods inherited from DBRegistry::Base

generic_connect, get_info, get_name_from_db

Instance Method Details

#study_typeObject



371
372
373
# File 'lib/bio-ensembl/variation/activerecord.rb', line 371

def study_type
  "#{attributes_before_type_cast['study_type']}"
end