Class: Mspire::Quant::Qspec::Results
- Inherits:
-
Struct
- Object
- Struct
- Mspire::Quant::Qspec::Results
- Defined in:
- lib/mspire/quant/qspec.rb
Overview
for version 2 of QSpec counts array is parallel to the experiment names passed in originally
Instance Attribute Summary collapse
-
#bayes_factor ⇒ Object
Returns the value of attribute bayes_factor.
-
#counts_array ⇒ Object
Returns the value of attribute counts_array.
-
#fdr ⇒ Object
Returns the value of attribute fdr.
-
#flag ⇒ Object
Returns the value of attribute flag.
-
#fold_change ⇒ Object
Returns the value of attribute fold_change.
-
#protid ⇒ Object
Returns the value of attribute protid.
-
#rb_stat ⇒ Object
Returns the value of attribute rb_stat.
Instance Attribute Details
#bayes_factor ⇒ Object
Returns the value of attribute bayes_factor
110 111 112 |
# File 'lib/mspire/quant/qspec.rb', line 110 def bayes_factor @bayes_factor end |
#counts_array ⇒ Object
Returns the value of attribute counts_array
110 111 112 |
# File 'lib/mspire/quant/qspec.rb', line 110 def counts_array @counts_array end |
#fdr ⇒ Object
Returns the value of attribute fdr
110 111 112 |
# File 'lib/mspire/quant/qspec.rb', line 110 def fdr @fdr end |
#flag ⇒ Object
Returns the value of attribute flag
110 111 112 |
# File 'lib/mspire/quant/qspec.rb', line 110 def flag @flag end |
#fold_change ⇒ Object
Returns the value of attribute fold_change
110 111 112 |
# File 'lib/mspire/quant/qspec.rb', line 110 def fold_change @fold_change end |
#protid ⇒ Object
Returns the value of attribute protid
110 111 112 |
# File 'lib/mspire/quant/qspec.rb', line 110 def protid @protid end |
#rb_stat ⇒ Object
Returns the value of attribute rb_stat
110 111 112 |
# File 'lib/mspire/quant/qspec.rb', line 110 def rb_stat @rb_stat end |