Class: Bio::TRANSFAC::SITE
Constant Summary
DELIMITER, TAGSIZE
Instance Method Summary
collapse
#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
177
178
179
|
# File 'lib/bio/db/transfac.rb', line 177
def bf
field_fetch('BF')
end
|
149
150
151
|
# File 'lib/bio/db/transfac.rb', line 149
def de
field_fetch('DE')
end
|
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
|
161
162
163
|
# File 'lib/bio/db/transfac.rb', line 161
def el
field_fetch('EL')
end
|
185
186
187
|
# File 'lib/bio/db/transfac.rb', line 185
def mm
field_fetch('MM')
end
|
153
154
155
|
# File 'lib/bio/db/transfac.rb', line 153
def re
field_fetch('RE')
end
|
173
174
175
|
# File 'lib/bio/db/transfac.rb', line 173
def s1
field_fetch('S1')
end
|
165
166
167
|
# File 'lib/bio/db/transfac.rb', line 165
def sf
field_fetch('SF')
end
|
181
182
183
|
# File 'lib/bio/db/transfac.rb', line 181
def so
field_fetch('SO')
end
|
157
158
159
|
# File 'lib/bio/db/transfac.rb', line 157
def sq
field_fetch('SQ')
end
|
169
170
171
|
# File 'lib/bio/db/transfac.rb', line 169
def st
field_fetch('ST')
end
|
145
146
147
|
# File 'lib/bio/db/transfac.rb', line 145
def ty
field_fetch('TY')
end
|