[Bioperl-l] EUtilities term handling
Chris Fields
cjfields at uiuc.edu
Thu Oct 5 21:51:06 UTC 2006
> You may not even need to mention anything about URI encoding, which
> might frighten some people. Something as simple as:
>
> =head1 SYNOPSIS
>
> use Bio::DB::EUtilities;
>
> my $esearch = Bio::DB::EUtilities->new(-eutil => 'esearch',
> -db => 'pubmed',
> -term => 'hutP AND
> xyz',
> ...
>
> and/or some POD for the new() method:
>
> =head2 new
>
> Title : new
> ...
> Args : -eutil => ...
> -db => ...
> -term => string, an entrez-style query
>
> =cut
>
> would get the point across, I think.
Oops, forgot. I'll add this in and update new() when I can. Thanks!
Christopher Fields
Postdoctoral Researcher
Lab of Dr. Robert Switzer
Dept of Biochemistry
University of Illinois Urbana-Champaign
More information about the Bioperl-l
mailing list