Sha256: 4f0f36afbbfe05dfbdd9ed9a688e5f4f96e24d80adfeba4e0fd87bae2075b016

Contents?: true

Size: 498 Bytes

Versions: 15

Compression:

Stored size: 498 Bytes

Contents

require 'merge'

module MS ; end
module MS::Ident ; end

module MS::Ident::PeptideHitLike
  attr_accessor :id
  attr_accessor :search
  attr_accessor :missed_cleavages
  attr_accessor :aaseq
  attr_accessor :charge
  # an array of MS::Ident::ProteinLike objects
  attr_accessor :proteins
  # relative to the set the hit is contained in!
  attr_accessor :qvalue
end

class MS::Ident::PeptideHit
  include MS::Ident::PeptideHitLike
  include Merge

  def initialize(hash)
    merge!(hash)
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
mspire-0.6.26 lib/ms/ident/peptide_hit.rb
mspire-0.6.25 lib/ms/ident/peptide_hit.rb
mspire-0.6.24 lib/ms/ident/peptide_hit.rb
mspire-0.6.22 lib/ms/ident/peptide_hit.rb
mspire-0.6.21 lib/ms/ident/peptide_hit.rb
mspire-0.6.20 lib/ms/ident/peptide_hit.rb
mspire-0.6.19 lib/ms/ident/peptide_hit.rb
mspire-0.6.18 lib/ms/ident/peptide_hit.rb
mspire-0.6.12 lib/ms/ident/peptide_hit.rb
mspire-0.6.11 lib/ms/ident/peptide_hit.rb
mspire-0.6.9 lib/ms/ident/peptide_hit.rb
mspire-0.6.7 lib/ms/ident/peptide_hit.rb
mspire-0.6.6 lib/ms/ident/peptide_hit.rb
mspire-0.6.2 lib/ms/ident/peptide_hit.rb
mspire-0.6.1 lib/ms/ident/peptide_hit.rb