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)
-
- (Object) bayes_factor
Returns the value of attribute bayes_factor.
-
- (Object) counts_array
Returns the value of attribute counts_array.
-
- (Object) fdr
Returns the value of attribute fdr.
-
- (Object) flag
Returns the value of attribute flag.
-
- (Object) fold_change
Returns the value of attribute fold_change.
-
- (Object) protid
Returns the value of attribute protid.
-
- (Object) rb_stat
Returns the value of attribute rb_stat.
Instance Attribute Details
- (Object) bayes_factor
Returns the value of attribute bayes_factor
110 111 112 |
# File 'lib/mspire/quant/qspec.rb', line 110 def bayes_factor @bayes_factor end |
- (Object) counts_array
Returns the value of attribute counts_array
110 111 112 |
# File 'lib/mspire/quant/qspec.rb', line 110 def counts_array @counts_array end |
- (Object) fdr
Returns the value of attribute fdr
110 111 112 |
# File 'lib/mspire/quant/qspec.rb', line 110 def fdr @fdr end |
- (Object) flag
Returns the value of attribute flag
110 111 112 |
# File 'lib/mspire/quant/qspec.rb', line 110 def flag @flag end |
- (Object) fold_change
Returns the value of attribute fold_change
110 111 112 |
# File 'lib/mspire/quant/qspec.rb', line 110 def fold_change @fold_change end |
- (Object) protid
Returns the value of attribute protid
110 111 112 |
# File 'lib/mspire/quant/qspec.rb', line 110 def protid @protid end |
- (Object) rb_stat
Returns the value of attribute rb_stat
110 111 112 |
# File 'lib/mspire/quant/qspec.rb', line 110 def rb_stat @rb_stat end |