Class: Bio::Blast::WU::Report::HSP
- Inherits:
-
Default::Report::HSP
- Object
- Default::Report::HSP
- Bio::Blast::WU::Report::HSP
- Defined in:
- lib/bio/appl/blast/wublast.rb
Overview
Bio::Blast::WU::Report::HSP holds information about the hsp (high-scoring segment pair).
Because it inherits Bio::Blast::Default::Report::HSP, please also refer Bio::Blast::Default::Report::HSP.
Instance Attribute Summary collapse
-
#p_sum_n ⇒ Object
readonly
p_sum_n (???).
-
#pvalue ⇒ Object
readonly
p-value.
Attributes inherited from Default::Report::HSP
#align_len, #bit_score, #evalue, #gaps, #hit_frame, #hit_from, #hit_strand, #hit_to, #hseq, #identity, #midline, #percent_gaps, #percent_identity, #percent_positive, #positive, #qseq, #query_frame, #query_from, #query_strand, #query_to, #score, #stat_method
Method Summary
Methods inherited from Default::Report::HSP
Constructor Details
This class inherits a constructor from Bio::Blast::Default::Report::HSP
Instance Attribute Details
#p_sum_n ⇒ Object (readonly)
p_sum_n (???)
443 444 445 |
# File 'lib/bio/appl/blast/wublast.rb', line 443 def p_sum_n @p_sum_n end |
#pvalue ⇒ Object (readonly)
p-value
440 441 442 |
# File 'lib/bio/appl/blast/wublast.rb', line 440 def pvalue @pvalue end |