Class: Ensembl::Core::OligoArray
- Inherits:
-
DBConnection
- Object
- ActiveRecord::Base
- DBConnection
- Ensembl::Core::OligoArray
- Defined in:
- lib/ensembl/core/activerecord.rb
Overview
DESCRIPTION
The OligoArray class provides an interface to the oligo_array table. This table contains data describing a microarray slide.
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.
USAGE
array = OligoArray.find_by_name_and_type('Bovine','AFFY')
puts array.oligo_probes.length