Class: Bio::TRANSFAC::GENE
- Inherits:
-
Bio::TRANSFAC
- Object
- DB
- EMBLDB
- Bio::TRANSFAC
- Bio::TRANSFAC::GENE
- Defined in:
- lib/bio/db/transfac.rb
Constant Summary
Constants inherited from Bio::TRANSFAC
Instance Method Summary collapse
-
#bc ⇒ Object
BC Bucher promoter.
-
#bs ⇒ Object
BS TRANSFAC SITE positions and accession numbers.
-
#co ⇒ Object
CO COMPEL accession number.
-
#de ⇒ Object
DE.
-
#initialize(entry) ⇒ GENE
constructor
A new instance of GENE.
-
#sd ⇒ Object
SD Short description/name of the gene.
-
#tr ⇒ Object
TR TRRD accession number.
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) ⇒ GENE
Returns a new instance of GENE.
336 337 338 |
# File 'lib/bio/db/transfac.rb', line 336 def initialize(entry) super(entry) end |
Instance Method Details
#bc ⇒ Object
BC Bucher promoter
351 352 353 |
# File 'lib/bio/db/transfac.rb', line 351 def bc field_fetch('BC') end |
#bs ⇒ Object
BS TRANSFAC SITE positions and accession numbers
356 357 358 |
# File 'lib/bio/db/transfac.rb', line 356 def bs field_fetch('BS') end |
#co ⇒ Object
CO COMPEL accession number
361 362 363 |
# File 'lib/bio/db/transfac.rb', line 361 def co field_fetch('CO') end |
#sd ⇒ Object
SD Short description/name of the gene
341 342 343 |
# File 'lib/bio/db/transfac.rb', line 341 def sd field_fetch('SD') end |
#tr ⇒ Object
TR TRRD accession number
366 367 368 |
# File 'lib/bio/db/transfac.rb', line 366 def tr field_fetch('TR') end |