| Prospect documentation | view source | Contained in the Prospect distribution. |
Prospect::utilities -- miscellaneous utilities for Prospect $Id: utilities.pm,v 1.9 2003/11/04 01:01:33 cavs Exp $
use Prospect::utilities ; my ($scores,@fields) = score_summary( fn );
Prospect::utilities is a
Returns ($score_hashref, @fields) for the given filename. It is presumed that filename is the xml output of ONE prospect invocation (i.e., ONE query sequence).
Returns ($hashref, @fields) for the given filename. It is presumed that filename is the xml output of ONE prospect invocation (i.e., ONE query sequence).
| Prospect documentation | view source | Contained in the Prospect distribution. |