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 307 def initialize(entry) 308 super(entry) 309 end
Public Instance Methods
bf()
click to toggle source
BF Factors belonging to this class
# File lib/bio/db/transfac.rb 322 def bf 323 field_fetch('BF') 324 end
cl()
click to toggle source
CL Class
# File lib/bio/db/transfac.rb 312 def cl 313 field_fetch('CL') 314 end
dr()
click to toggle source
DR PROSITE
accession numbers
# File lib/bio/db/transfac.rb 327 def dr 328 field_fetch('DR') 329 end
sd()
click to toggle source
SD Structure description
# File lib/bio/db/transfac.rb 317 def sd 318 field_fetch('SD') 319 end