Prospect::utilities - miscellaneous utilities for Prospect


Prospect documentation  | view source Contained in the Prospect distribution.

Index


NAME

Top

Prospect::utilities -- miscellaneous utilities for Prospect $Id: utilities.pm,v 1.9 2003/11/04 01:01:33 cavs Exp $

SYNOPSIS

Top

 use Prospect::utilities ;
 my ($scores,@fields) = score_summary( fn );

DESCRIPTION

Top

Prospect::utilities is a

ROUTINES & METHODS

Top

score_summary( filename )

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).

summary( filename )

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).

BUGS

Top

SEE ALSO

Top


Prospect documentation  | view source Contained in the Prospect distribution.