| Class | Bio::Blast::WU::Report |
| In: |
lib/bio/appl/blast/wublast.rb
(CVS)
|
| Parent: | Default::Report |
Bio::Blast::WU::Report parses WU-BLAST default output and stores information in the data. It may contain a Bio::Blast::WU::Report::Iteration object. Because it inherits Bio::Blast::Default::Report, please also refer Bio::Blast::Default::Report.
Returns e-value threshold specified when BLAST was executed.
# File lib/bio/appl/blast/wublast.rb, line 50 def expect; parse_parameters; @parameters['E']; end
Returns parameter matrix (???)
# File lib/bio/appl/blast/wublast.rb, line 44 def parameter_matrix parse_parameters @parameter_matrix end
Returns parameters (???)
# File lib/bio/appl/blast/wublast.rb, line 38 def parameters parse_parameters @parameters end