Bio::SOAPWSDL
Interface for the HiGet service provided by Human Genome Center (HGC), Japan. HiGet performs full-text search against various biological databases.
higet.hgc.jp/
# File lib/bio/io/higet.rb, line 27 def initialize(wsdl = nil) super(wsdl || SERVER_URI) end
# File lib/bio/io/higet.rb, line 31 def higet_in_fasta(db, entries) self.higet(db, entries, "-d fasta") end
# File lib/bio/io/higet.rb, line 35 def higet_in_xml(db, entries) self.higet(db, entries, "-d xml") end
[Validate]
Generated with the Darkfish Rdoc Generator 2.