Class: Ensembl::Core::OligoArray

Inherits:
DBConnection
  • Object
show all
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

Method Summary

Methods inherited from DBConnection

connect