Class: Bio::TRANSFAC::SITE

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

Returns a new instance of SITE.



141
142
143
# File 'lib/bio/db/transfac.rb', line 141

def initialize(entry)
  super(entry)
end

Instance Method Details

#bfObject



177
178
179
# File 'lib/bio/db/transfac.rb', line 177

def bf
  field_fetch('BF')
end

#deObject



149
150
151
# File 'lib/bio/db/transfac.rb', line 149

def de
  field_fetch('DE')
end

#drObject

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



190
191
192
# File 'lib/bio/db/transfac.rb', line 190

def dr
  field_fetch('DR')
end

#elObject



161
162
163
# File 'lib/bio/db/transfac.rb', line 161

def el
  field_fetch('EL')
end

#mmObject



185
186
187
# File 'lib/bio/db/transfac.rb', line 185

def mm
  field_fetch('MM')
end

#reObject



153
154
155
# File 'lib/bio/db/transfac.rb', line 153

def re
  field_fetch('RE')
end

#s1Object



173
174
175
# File 'lib/bio/db/transfac.rb', line 173

def s1
  field_fetch('S1')
end

#sfObject



165
166
167
# File 'lib/bio/db/transfac.rb', line 165

def sf
  field_fetch('SF')
end

#soObject



181
182
183
# File 'lib/bio/db/transfac.rb', line 181

def so 
  field_fetch('SO')
end

#sqObject



157
158
159
# File 'lib/bio/db/transfac.rb', line 157

def sq
  field_fetch('SQ')
end

#stObject



169
170
171
# File 'lib/bio/db/transfac.rb', line 169

def st
  field_fetch('ST')
end

#tyObject



145
146
147
# File 'lib/bio/db/transfac.rb', line 145

def ty
  field_fetch('TY')
end