Module: Ms::Quant::ProteinGroupComparison

Included in:
Qspec, SpectralCounts, UniqAAzCounts
Defined in:
lib/ms/quant/protein_group_comparison.rb,
lib/ms/quant/qspec/protein_group_comparison.rb

Defined Under Namespace

Classes: Qspec, SpectralCounts, UniqAAzCounts

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#experimentsObject

an array of experiment names



13
14
15
# File 'lib/ms/quant/protein_group_comparison.rb', line 13

def experiments
  @experiments
end

#protein_groupObject

a protein group object



10
11
12
# File 'lib/ms/quant/protein_group_comparison.rb', line 10

def protein_group
  @protein_group
end

#valuesObject

parallel array to experiments with the measured values



16
17
18
# File 'lib/ms/quant/protein_group_comparison.rb', line 16

def values
  @values
end

Instance Method Details

#initialize(protein_group, experiments, values) ⇒ Object



18
19
20
# File 'lib/ms/quant/protein_group_comparison.rb', line 18

def initialize(protein_group, experiments, values)
  (@protein_group, @experiment, @values) = protein_group, experiments, values
end