The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebService::FuncNet - Wrapper around the FuncNet web services

SYNOPSIS

FuncNet is an open platform for the prediction and comparison of human protein function. It is funded funded by the European Union’s EMBRACE Network of Excellence, and developed in partnership with the ENFIN project.

For more information, you can visit http://funcnet.eu/

   my $ra_ref_proteins   = [ 'A3EXL0','Q8NFN7', 'O75865' ];
   my $ra_query_proteins = [ 'Q9H8H3','Q5SR05','P22676' ];

   my $r = WebService::FuncNet::Request->new( 
      $ra_ref_proteins, 
      $ra_query_proteins,
      'test@example.com' );

   ##
   ## returns a WebService::FuncNet::Job object
   
   my $j = $r->submit( );
      
   my $status = $j->status();

   if ( $status ) {
      
      ##
      ## returns a WebService::FuncNet::Results object
      
      my $r = $j->results;
      print $r->as_xml;
   }

FUNCTIONS

init

Internal function used to fetch the FuncNet frontend WSDL file.

Do not use directly.

AUTHOR

Spiros Denaxas, <s.denaxas at gmail.com>

BUGS

Please report any bugs or feature requests to bug-webservice-funcnet at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WebService-FuncNet. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc WebService::FuncNet

You can also look for information at:

ACKNOWLEDGEMENTS

A big thank you to Andrew Clegg and Ian Sillitoe.

COPYRIGHT & LICENSE

Copyright 2009 Spiros Denaxas, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

REVISION INFO

  Revision:      $Rev: 64 $
  Last editor:   $Author: andrew_b_clegg $
  Last updated:  $Date: 2009-07-06 16:12:20 +0100 (Mon, 06 Jul 2009) $

The latest source code for this project can be checked out from:

  https://funcnet.svn.sf.net/svnroot/funcnet/trunk

1 POD Error

The following errors were encountered while parsing the POD:

Around line 25:

Non-ASCII character seen before =encoding in 'Union’s'. Assuming UTF-8