Method: Bio::AAindex#author

Defined in:
lib/bio/db/aaindex.rb

#authorObject

Returns authors in the A line.



132
133
134
135
136
137
138
# File 'lib/bio/db/aaindex.rb', line 132

def author
  if @data['author']
    @data['author']
  else
    @data['author'] = field_fetch('A')
  end
end