NAME
Bio::FastParsers::Blast::Xml::Statistics - NCBI BLAST DTD-derived internal class
VERSION
version 0.221230
SYNOPSIS
# see Bio::FastParsers::Blast::Xml
DESCRIPTION
This class implements the Statistics
level of the XML BLAST parser.
METHODS
db_len
Returns the value of the element <Statistics_db-len
>.
# $statistics is a Bio::FastParsers::Blast::Xml::Statistics
my $db_len = $statistics->db_len;
This method does not accept any arguments.
db_num
Returns the value of the element <Statistics_db-num
>.
# $statistics is a Bio::FastParsers::Blast::Xml::Statistics
my $db_num = $statistics->db_num;
This method does not accept any arguments.
eff_space
Returns the value of the element <Statistics_eff-space
>.
# $statistics is a Bio::FastParsers::Blast::Xml::Statistics
my $eff_space = $statistics->eff_space;
This method does not accept any arguments.
entropy
Returns the value of the element <Statistics_entropy
>.
# $statistics is a Bio::FastParsers::Blast::Xml::Statistics
my $entropy = $statistics->entropy;
This method does not accept any arguments.
hsp_len
Returns the value of the element <Statistics_hsp-len
>.
# $statistics is a Bio::FastParsers::Blast::Xml::Statistics
my $hsp_len = $statistics->hsp_len;
This method does not accept any arguments.
kappa
Returns the value of the element <Statistics_kappa
>.
# $statistics is a Bio::FastParsers::Blast::Xml::Statistics
my $kappa = $statistics->kappa;
This method does not accept any arguments.
lambda
Returns the value of the element <Statistics_lambda
>.
# $statistics is a Bio::FastParsers::Blast::Xml::Statistics
my $lambda = $statistics->lambda;
This method does not accept any arguments.
AUTHOR
Denis BAURAIN <denis.baurain@uliege.be>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by University of Liege / Unit of Eukaryotic Phylogenomics / Denis BAURAIN.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.