[Bioperl-l] Accessing SearchIO BLAST parser
available_parameters/statistics
Ryan Kuykendall
ryank at drizzle.com
Fri May 21 16:05:32 EDT 2004
if you:
use Data::Dumper;
and then
print Dumper $result->available_statistics();
You should be able to see what the data structure looks like...
Ryan
On Fri, 21 May 2004, Bjorn F.C. Kafsack wrote:
> I'm trying to get at the values stored in
>
> $result->available_parameters or $result->available_statistics
>
> which must be some form of hash but i can't figure out how.
>
> in scalar context i get the number of keys
> in list context i get the keys
> i tried
>
> %stats = %{$result->available_statistics};
> %stats{kappa};
>
> but the assignment doesn't work.
>
> $result->available_statistics->kappa;
>
> that doesn't work either.
>
> _______________________________________________
> Bioperl-l mailing list
> Bioperl-l at portal.open-bio.org
> http://portal.open-bio.org/mailman/listinfo/bioperl-l
>
--
============================================================
Ryan Kuykendall
ryank at drizzle.com
http://undef.com/ryank/ryanAtBawa50percent.JPG
============================================================
More information about the Bioperl-l
mailing list