NAME
Bio::Prospect::utilities -- miscellaneous utilities for Prospect $Id: utilities.pm,v 1.10 2003/11/18 19:45:45 rkh Exp $
SYNOPSIS
use Bio::Prospect::utilities ;
my ($scores,@fields) = score_summary( fn );
DESCRIPTION
Bio::Prospect::utilities is a
ROUTINES & METHODS
- 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).