Class: Mspire::Ident::PeptideHit

Inherits:
Object
  • Object
show all
Includes:
Merge, PeptideHitLike
Defined in:
lib/mspire/ident/peptide_hit.rb,
lib/mspire/ident/peptide_hit/qvalue.rb

Defined Under Namespace

Modules: Qvalue

Instance Attribute Summary

Attributes included from PeptideHitLike

#aaseq, #charge, #id, #missed_cleavages, #proteins, #qvalue, #search

Instance Method Summary collapse

Methods included from Merge

#merge!

Constructor Details

#initialize(hash = nil) ⇒ PeptideHit

Returns a new instance of PeptideHit.



22
23
24
# File 'lib/mspire/ident/peptide_hit.rb', line 22

def initialize(hash=nil)
  merge!(hash) if hash
end