Class | Bio::TRANSFAC |
In: |
lib/bio/db/transfac.rb
|
Parent: | EMBLDB |
DELIMITER | = | RS = "\n//\n" |
TAGSIZE | = | 4 |
AC Accession number (1 per entry)
AC T00001 in the case of FACTOR AC M00001 in the case of MATRIX AC R00001 in the case of SITE AC G000001 in the case of GENE AC C00001 in the case of CLASS AC 00001 in the case of CELL
# File lib/bio/db/transfac.rb, line 34 34: def ac 35: unless @data['AC'] 36: @data['AC'] = fetch('AC') 37: end 38: @data['AC'] 39: end