Method: Bio::PROSITE#pa
- Defined in:
- lib/bio/db/prosite.rb
#pa ⇒ Object Also known as: pattern
PA Pattern (>=0 per entry)
see - pa2re method
Returns
97 98 99 100 101 102 |
# File 'lib/bio/db/prosite.rb', line 97 def pa field_fetch('PA') @data['PA'] = fetch('PA') unless @data['PA'] @data['PA'].gsub!(/\s+/, '') if @data['PA'] @data['PA'] end |