module Mspire::Quant::ProteinGroupComparison

Attributes

experiments[RW]

an array of experiment names

protein_group[RW]

a protein group object

values[RW]

parallel array to experiments with the measured values

Public Class Methods

new(protein_group, experiments, values) click to toggle source
# 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