| Bio-Prospect documentation | view source | Contained in the Bio-Prospect distribution. |
Bio::Prospect::utilities -- miscellaneous utilities for Prospect $Id: utilities.pm,v 1.10 2003/11/18 19:45:45 rkh Exp $
use Bio::Prospect::utilities ; my ($scores,@fields) = score_summary( fn );
Bio::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).
| Bio-Prospect documentation | view source | Contained in the Bio-Prospect distribution. |