Method: Bio::PROSITE#pdoc_xref
- Defined in:
- lib/bio/db/prosite.rb
#pdoc_xref ⇒ Object
DO Pointer to the documentation file (1 per entry)
DO PDOCnnnnn;
Returns
425 426 427 |
# File 'lib/bio/db/prosite.rb', line 425 def pdoc_xref @data['DO'] = fetch('DO').chomp(';') end |