class Ensembl::Core::OligoArray
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.
@example
array = OligoArray.find_by_name_and_type('Bovine','AFFY') puts array.oligo_probes.length