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 293 def initialize(entry) 294 super(entry) 295 end
Public Instance Methods
cd()
click to toggle source
CD Cell description
# File lib/bio/db/transfac.rb 298 def cd 299 field_fetch('CD') 300 end