class Bio::TRANSFAC::CLASS
Public Class Methods
new(entry)
click to toggle source
Calls superclass method
Bio::TRANSFAC.new
# File lib/bio/db/transfac.rb, line 307 def initialize(entry) super(entry) end
Public Instance Methods
bf()
click to toggle source
BF Factors belonging to this class
# File lib/bio/db/transfac.rb, line 322 def bf field_fetch('BF') end
cl()
click to toggle source
CL Class
# File lib/bio/db/transfac.rb, line 312 def cl field_fetch('CL') end
dr()
click to toggle source
DR PROSITE accession numbers
# File lib/bio/db/transfac.rb, line 327 def dr field_fetch('DR') end
sd()
click to toggle source
SD Structure description
# File lib/bio/db/transfac.rb, line 317 def sd field_fetch('SD') end