Class: Bio::TRANSFAC::CELL

Inherits:
Bio::TRANSFAC show all
Defined in:
lib/bio/db/transfac.rb

Constant Summary

Constants inherited from Bio::TRANSFAC

DELIMITER, TAGSIZE

Instance Method Summary collapse

Methods inherited from Bio::TRANSFAC

#ac, #cc, #dt, #oc, #os, #ra, #rl, #rn, #rt

Methods inherited from DB

#entry_id, #exists?, #fetch, #get, open, #tags

Constructor Details

#initialize(entry) ⇒ CELL

Returns a new instance of CELL.



293
294
295
# File 'lib/bio/db/transfac.rb', line 293

def initialize(entry)
  super(entry)
end

Instance Method Details

#cdObject

CD Cell description



298
299
300
# File 'lib/bio/db/transfac.rb', line 298

def cd
  field_fetch('CD')
end