Class: Bio::TRANSFAC::FACTOR

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

Returns a new instance of FACTOR.



199
200
201
# File 'lib/bio/db/transfac.rb', line 199

def initialize(entry)
  super(entry)
end

Instance Method Details

#bsObject

BS Bound sites (site accession no.; site ID; quality: N; biological BS species)



284
285
286
# File 'lib/bio/db/transfac.rb', line 284

def bs
  field_fetch('BS')
end

#clObject

CL Classification (class accession no.; class identifier; decimal CL classification number.)



225
226
227
# File 'lib/bio/db/transfac.rb', line 225

def cl
  field_fetch('CL')
end

#cnObject

CN Cell specificity (negative)



262
263
264
# File 'lib/bio/db/transfac.rb', line 262

def cn
  field_fetch('CN')
end

#cpObject

CP Cell specificity (positive)



257
258
259
# File 'lib/bio/db/transfac.rb', line 257

def cp
  field_fetch('CP')
end

#drObject

DR Cross-references to other databases (>=0 per entry)



214
215
216
# File 'lib/bio/db/transfac.rb', line 214

def dr
  field_fetch('DR')
end

#faObject

FA Factor name



204
205
206
# File 'lib/bio/db/transfac.rb', line 204

def fa
  field_fetch('FA')
end

#ffObject

FF Functional features



267
268
269
# File 'lib/bio/db/transfac.rb', line 267

def ff
  field_fetch('FF')
end

#ftObject

FT Feature table (1st position last position feature)



247
248
249
# File 'lib/bio/db/transfac.rb', line 247

def ft
  field_fetch('FT')
end

#hoObject

HO Homologs (suggested)



219
220
221
# File 'lib/bio/db/transfac.rb', line 219

def ho
  field_fetch('HO')
end

#inObject

IN Interacting factors (factor accession no.; factor name; IN biological species.)



273
274
275
# File 'lib/bio/db/transfac.rb', line 273

def in
  field_fetch('IN')
end

#mxObject

MX Matrix (matrix accession no.; matrix identifier)



278
279
280
# File 'lib/bio/db/transfac.rb', line 278

def mx
  field_fetch('MX')
end

#scObject

SC Sequence comment, i. e. source of the protein sequence



242
243
244
# File 'lib/bio/db/transfac.rb', line 242

def sc
  field_fetch('SC')
end

#sfObject

SF Structural features



252
253
254
# File 'lib/bio/db/transfac.rb', line 252

def sf
  field_fetch('SF')
end

#sqObject

SQ Sequence



237
238
239
# File 'lib/bio/db/transfac.rb', line 237

def sq
  field_fetch('SQ')
end

#syObject

SY Synonyms



209
210
211
# File 'lib/bio/db/transfac.rb', line 209

def sy
  field_fetch('SY')
end

#szObject

SZ Size (length (number of amino acids); calculated molecular mass SZ in kDa; experimental molecular mass (or range) in kDa SZ (experimental method) [Ref]



232
233
234
# File 'lib/bio/db/transfac.rb', line 232

def sz
  field_fetch('SZ')
end