Module: Mspire::Quant::ProteinGroupComparison
- Included in:
- Qspec, SpectralCounts, UniqAAzCounts
- Defined in:
- lib/mspire/quant/protein_group_comparison.rb,
lib/mspire/quant/qspec/protein_group_comparison.rb
Defined Under Namespace
Classes: Qspec, SpectralCounts, UniqAAzCounts
Instance Attribute Summary (collapse)
-
- (Object) experiments
an array of experiment names.
-
- (Object) protein_group
a protein group object.
-
- (Object) values
parallel array to experiments with the measured values.
Instance Method Summary (collapse)
Instance Attribute Details
- (Object) experiments
an array of experiment names
13 14 15 |
# File 'lib/mspire/quant/protein_group_comparison.rb', line 13 def experiments @experiments end |
- (Object) protein_group
a protein group object
10 11 12 |
# File 'lib/mspire/quant/protein_group_comparison.rb', line 10 def protein_group @protein_group end |
- (Object) values
parallel array to experiments with the measured values
16 17 18 |
# File 'lib/mspire/quant/protein_group_comparison.rb', line 16 def values @values end |
Instance Method Details
- (Object) initialize(protein_group, experiments, values)
18 19 20 |
# File 'lib/mspire/quant/protein_group_comparison.rb', line 18 def initialize(protein_group, experiments, values) (@protein_group, @experiment, @values) = protein_group, experiments, values end |