Group
Extension

Matches 1

Bio-EBI-RNAseqAPI ( M/MK/MKEAYS/Bio-EBI-RNAseqAPI-1.04.tar.gz, MKEAYS, 2016; MetaCPAN )
Bio-EBI-RNAseqAPI/lib/Bio/EBI/RNAseqAPI.pm ( view source; MetaCPAN )
e Moose;
use MooseX::FollowPBP;
use LWP::UserAgent;
use Log::Log4perl qw( :easy );
use JSON::Parse qw( parse_json );

our $VERSION = 1.04;

=head1 ATTRIBUTES

=over 2

=cut

#=item B<api_base>

#Base 
and more information about the results.


=over 2

=item B<get_run>

Accesses the API's C<getRun> JSON endpoint and returns analysis information for
a single run, passed in the arguments.

Arguments s
function takes an anonymous array of run accessions and sequentially
accesses the API's C<getRun> JSON endpoint to collect the analysis information
for each run in the list provided.

 my $runInfo = $

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.