Class: Ensembl::Core::DensityFeature

Inherits:
DBConnection
  • Object
show all
Defined in:
lib/ensembl/core/activerecord.rb

Overview

DESCRIPTION

The DensityFeature class provides an interface to the density_feature table.

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.

This class includes the mixin Sliceable, which means that it is mapped to a SeqRegion object and a Slice can be created for objects of this class. See Sliceable and Slice for more information.

USAGE

density_feature = DensityFeature.find(2716384)
puts density_feature.to_yaml

Method Summary

Methods inherited from DBConnection

connect