Sha256: 6288a6419b39dec18775508f02f8b18651cdb9f5873ba539d6592ca4c104148b

Contents?: true

Size: 548 Bytes

Versions: 7

Compression:

Stored size: 548 Bytes

Contents

require 'ms/quant/protein_group_comparison'

module Ms
  module Quant
    module ProteinGroupComparison
    end
  end
end

class Ms::Quant::ProteinGroupComparison::Qspec
  include Ms::Quant::ProteinGroupComparison

  attr_accessor :qspec_results_struct

  # takes a protein group object, an array of experiment names and a qspec
  # results struct
  def initialize(protein_group, experiments, qspec_results_struct)
    super(protein_group, experiments, qspec_results_struct.counts_array)
    @qspec_results_struct = qspec_results_struct
  end
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
mspire-0.6.7 lib/ms/quant/qspec/protein_group_comparison.rb
mspire-0.6.6 lib/ms/quant/qspec/protein_group_comparison.rb
mspire-0.6.2 lib/ms/quant/qspec/protein_group_comparison.rb
mspire-0.6.1 lib/ms/quant/qspec/protein_group_comparison.rb
ms-quant-0.1.1 lib/ms/quant/qspec/protein_group_comparison.rb
ms-quant-0.1.0 lib/ms/quant/qspec/protein_group_comparison.rb
ms-quant-0.0.6 lib/ms/quant/qspec/protein_group_comparison.rb