Method: Bio::PROSITE#ac
- Defined in:
- lib/bio/db/prosite.rb
#ac ⇒ Object Also known as: entry_id
AC Accession number (1 per entry)
AC PSnnnnn;
Returns
58 59 60 61 62 63 |
# File 'lib/bio/db/prosite.rb', line 58 def ac unless @data['AC'] @data['AC'] = fetch('AC').chomp(';') end @data['AC'] end |