NAME

WWW::Search::PharmGKB - Search and retrieve information from the PharmGKB database

VERSION

Version 0.01

SYNOPSIS

use WWW::Search::PharmGKB;
use Data:Dumper;
my $foo = WWW::Search::PharmGKB->new();
my $search_result = $foo->search({gene => CYP2D6});
print Dumper $search_result;

METHODS

Constructor

Internal Method

AUTHOR

Arun Venkataraman, <arvktr at gmail.com>

BUGS

Please report any bugs or feature requests to bug-www-search-pharmgkb at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WWW-Search-PharmGKB. 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 WWW::Search::PharmGKB

You can also look for information at:

You can contact the author for any issues or suggestions you come accross using this module.

ACKNOWLEDGEMENTS

This module is based on the perl client written by Andrew MacBride (andrew@helix.stanford.edu) for PharmGKB's web services.

COPYRIGHT & LICENSE

Copyright 2008 Arun Venkataraman arvktr@gmail.com, all rights reserved.

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

4 POD Errors

The following errors were encountered while parsing the POD:

Around line 49:

Unknown directive: =header2

Around line 125:

Unknown directive: =header2

Around line 196:

Unknown directive: =header2

Around line 279:

Unknown directive: =header2