class Bio::TRANSFAC::CELL
Public Class Methods
new(entry)
click to toggle source
Calls superclass method
Bio::TRANSFAC.new
# File lib/bio/db/transfac.rb, line 293 def initialize(entry) super(entry) end
Public Instance Methods
cd()
click to toggle source
CD Cell description
# File lib/bio/db/transfac.rb, line 298 def cd field_fetch('CD') end