Class | Bio::HGC::HiGet |
In: |
lib/bio/io/higet.rb
|
Parent: | Bio::SOAPWSDL |
Interface for the HiGet service provided by Human Genome Center (HGC), Japan. HiGet performs full-text search against various biological databases.
SERVER_URI | = | "http://higet.hgc.jp/soap/higet.wsdl" |
# File lib/bio/io/higet.rb, line 27 27: def initialize(wsdl = nil) 28: super(wsdl || SERVER_URI) 29: end
# File lib/bio/io/higet.rb, line 31 31: def higet_in_fasta(db, entries) 32: self.higet(db, entries, "-d fasta") 33: end