Skip to content
Prev 293736 / 398513 Next

how to download data from soap server using R

There is a kegg package available from the BioConductor repository.
Also, you can generate an interface via the SSOAP package:

  library(SSOAP)
  w = processWSDL(http://soap.genome.jp/KEGG.wsdl)
  iface = genSOAPClientInterface(, )

  iface at functions$list_datbases()

    D.
On 5/6/12 3:01 AM, sagarnikam123 wrote: