| Class | Ensembl::Core::Map |
| In: |
lib/ensembl/core/activerecord.rb
|
| Parent: | CoreDBConnection |
The Map class provides an interface to the map table. This table contains genetic maps.
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.
map = Map.find_by_name('MARC')
puts map.markers.length.to_s