Class: Bio::TRANSFAC::CLASS
- Inherits:
-
Bio::TRANSFAC
- Object
- DB
- EMBLDB
- Bio::TRANSFAC
- Bio::TRANSFAC::CLASS
- Defined in:
- lib/bio/db/transfac.rb
Constant Summary
Constants inherited from Bio::TRANSFAC
Instance Method Summary collapse
-
#bf ⇒ Object
BF Factors belonging to this class.
-
#cl ⇒ Object
CL Class.
-
#dr ⇒ Object
DR PROSITE accession numbers.
-
#initialize(entry) ⇒ CLASS
constructor
A new instance of CLASS.
-
#sd ⇒ Object
SD Structure description.
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) ⇒ CLASS
Returns a new instance of CLASS.
307 308 309 |
# File 'lib/bio/db/transfac.rb', line 307 def initialize(entry) super(entry) end |
Instance Method Details
#bf ⇒ Object
BF Factors belonging to this class
322 323 324 |
# File 'lib/bio/db/transfac.rb', line 322 def bf field_fetch('BF') end |
#cl ⇒ Object
CL Class
312 313 314 |
# File 'lib/bio/db/transfac.rb', line 312 def cl field_fetch('CL') end |
#dr ⇒ Object
DR PROSITE accession numbers
327 328 329 |
# File 'lib/bio/db/transfac.rb', line 327 def dr field_fetch('DR') end |
#sd ⇒ Object
SD Structure description
317 318 319 |
# File 'lib/bio/db/transfac.rb', line 317 def sd field_fetch('SD') end |