Class | Bio::TRANSFAC::FACTOR |
In: |
lib/bio/db/transfac.rb
|
Parent: | TRANSFAC |
BS Bound sites (site accession no.; site ID; quality: N; biological BS species)
# File lib/bio/db/transfac.rb, line 284 284: def bs 285: field_fetch('BS') 286: end
CL Classification (class accession no.; class identifier; decimal CL classification number.)
# File lib/bio/db/transfac.rb, line 225 225: def cl 226: field_fetch('CL') 227: end
CN Cell specificity (negative)
# File lib/bio/db/transfac.rb, line 262 262: def cn 263: field_fetch('CN') 264: end
CP Cell specificity (positive)
# File lib/bio/db/transfac.rb, line 257 257: def cp 258: field_fetch('CP') 259: end
DR Cross-references to other databases (>=0 per entry)
# File lib/bio/db/transfac.rb, line 214 214: def dr 215: field_fetch('DR') 216: end
FF Functional features
# File lib/bio/db/transfac.rb, line 267 267: def ff 268: field_fetch('FF') 269: end
HO Homologs (suggested)
# File lib/bio/db/transfac.rb, line 219 219: def ho 220: field_fetch('HO') 221: end
IN Interacting factors (factor accession no.; factor name; IN biological species.)
# File lib/bio/db/transfac.rb, line 273 273: def in 274: field_fetch('IN') 275: end
MX Matrix (matrix accession no.; matrix identifier)
# File lib/bio/db/transfac.rb, line 278 278: def mx 279: field_fetch('MX') 280: end
SF Structural features
# File lib/bio/db/transfac.rb, line 252 252: def sf 253: field_fetch('SF') 254: end