Class: Bio::TRANSFAC::GENE

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) ⇒ 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

#bcObject

BC Bucher promoter



351
352
353
# File 'lib/bio/db/transfac.rb', line 351

def bc
  field_fetch('BC')
end

#bsObject

BS TRANSFAC SITE positions and accession numbers



356
357
358
# File 'lib/bio/db/transfac.rb', line 356

def bs
  field_fetch('BS')
end

#coObject

CO COMPEL accession number



361
362
363
# File 'lib/bio/db/transfac.rb', line 361

def co
  field_fetch('CO')
end

#deObject

DE



346
347
348
# File 'lib/bio/db/transfac.rb', line 346

def de
  field_fetch('DE')
end

#sdObject

SD Short description/name of the gene



341
342
343
# File 'lib/bio/db/transfac.rb', line 341

def sd
  field_fetch('SD')
end

#trObject

TR TRRD accession number



366
367
368
# File 'lib/bio/db/transfac.rb', line 366

def tr
  field_fetch('TR')
end