[Bioperl-l] Accessing SearchIO BLAST parser available_parameters/statistics

Bjorn F.C. Kafsack bkafsack at jhsph.edu
Fri May 21 14:17:19 EDT 2004


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.



More information about the Bioperl-l mailing list