Class: Bio::DDBJ::XML::PML
- Inherits:
-
Bio::DDBJ::XML
- Object
- SOAPWSDL
- Bio::DDBJ::XML
- Bio::DDBJ::XML::PML
- Defined in:
- lib/bio/io/ddbjxml.rb
Overview
PML
Variation database
Examples
serv = Bio::DDBJ::XML::PML.new
puts serv.getVariation('1')
WSDL Methods
-
searchVariation(field, query, order)
-
searchVariationSimple(field, query)
-
searchFrequency(field, query, order)
-
searchFrequencySimple(field, query)
-
getVariation(variation_id)
-
getFrequency(variation_id, population_id)
References
Constant Summary collapse
- SERVER_URI =
BASE_URI + "PML.wsdl"
Constants inherited from Bio::DDBJ::XML
Instance Attribute Summary
Attributes inherited from SOAPWSDL
Method Summary
Methods inherited from Bio::DDBJ::XML
Methods inherited from SOAPWSDL
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