Class: Bio::DDBJ::XML::Gtop

Inherits:
Bio::DDBJ::XML show all
Defined in:
lib/bio/io/ddbjxml.rb

Overview

Gtop

GTOP: Gene to protein.

Examples

serv = Bio::DDBJ::XML::Gtop.new
puts serv.getOrganismList
puts serv.getMasterInfo('thrA', 'ecol0')

WSDL Methods

  • getOrganismList

  • getMasterInfo(orfID, organism)

References

Constant Summary collapse

SERVER_URI =
BASE_URI + "Gtop.wsdl"

Constants inherited from Bio::DDBJ::XML

BASE_URI

Instance Attribute Summary

Attributes inherited from SOAPWSDL

#log, #wsdl

Method Summary

Methods inherited from Bio::DDBJ::XML

#initialize

Methods inherited from SOAPWSDL

#initialize, #list_methods

Constructor Details

This class inherits a constructor from Bio::DDBJ::XML

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Bio::SOAPWSDL