class Ensembl::Core::Dna
The Dna
class contains the actual DNA sequence for the sequence regions that belong to the seq_level coordinate system.
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
seq_region = SeqRegion.find(1) puts seq_region.dna.sequence