Class: Bio::TRANSFAC::CELL
- Inherits:
-
Bio::TRANSFAC
- Object
- DB
- EMBLDB
- Bio::TRANSFAC
- Bio::TRANSFAC::CELL
- Defined in:
- lib/bio/db/transfac.rb
Constant Summary
Constants inherited from Bio::TRANSFAC
Instance Method Summary collapse
-
#cd ⇒ Object
CD Cell description.
-
#initialize(entry) ⇒ CELL
constructor
A new instance of CELL.
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
#cd ⇒ Object
CD Cell description
298 299 300 |
# File 'lib/bio/db/transfac.rb', line 298 def cd field_fetch('CD') end |