Class: Bio::TRANSFAC::CLASS

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

Returns a new instance of CLASS.



307
308
309
# File 'lib/bio/db/transfac.rb', line 307

def initialize(entry)
  super(entry)
end

Instance Method Details

#bfObject

BF Factors belonging to this class



322
323
324
# File 'lib/bio/db/transfac.rb', line 322

def bf
  field_fetch('BF')
end

#clObject

CL Class



312
313
314
# File 'lib/bio/db/transfac.rb', line 312

def cl
  field_fetch('CL')
end

#drObject

DR PROSITE accession numbers



327
328
329
# File 'lib/bio/db/transfac.rb', line 327

def dr
  field_fetch('DR')
end

#sdObject

SD Structure description



317
318
319
# File 'lib/bio/db/transfac.rb', line 317

def sd
  field_fetch('SD')
end