class Ms::Quant::ProteinGroupComparison::Qspec

Attributes

qspec_results_struct[RW]

Public Class Methods

new(protein_group, experiments, qspec_results_struct) click to toggle source

takes a protein group object, an array of experiment names and a qspec results struct

Calls superclass method Ms::Quant::ProteinGroupComparison::new
# File lib/ms/quant/qspec/protein_group_comparison.rb, line 17
def initialize(protein_group, experiments, qspec_results_struct)
  super(protein_group, experiments, qspec_results_struct.counts_array)
  @qspec_results_struct = qspec_results_struct
end