# File lib/bio/db/transfac.rb, line 336 def initialize(entry) super(entry) end
BC Bucher promoter
# File lib/bio/db/transfac.rb, line 351 def bc field_fetch('BC') end
CO COMPEL accession number
# File lib/bio/db/transfac.rb, line 361 def co field_fetch('CO') end
DE
# File lib/bio/db/transfac.rb, line 346 def de field_fetch('DE') end
SD Short description/name of the gene
# File lib/bio/db/transfac.rb, line 341 def sd field_fetch('SD') end
TR TRRD accession number
# File lib/bio/db/transfac.rb, line 366 def tr field_fetch('TR') end