Module: Mspire::Ident::PeptideHitLike
- Included in:
- PeptideHit
- Defined in:
- lib/mspire/ident/peptide_hit.rb
Instance Attribute Summary collapse
-
#aaseq ⇒ Object
Returns the value of attribute aaseq.
-
#charge ⇒ Object
Returns the value of attribute charge.
-
#id ⇒ Object
Returns the value of attribute id.
-
#missed_cleavages ⇒ Object
Returns the value of attribute missed_cleavages.
-
#proteins ⇒ Object
an array of Mspire::Ident::ProteinLike objects.
-
#qvalue ⇒ Object
relative to the set the hit is contained in!.
-
#search ⇒ Object
Returns the value of attribute search.
Instance Attribute Details
#aaseq ⇒ Object
Returns the value of attribute aaseq.
10 11 12 |
# File 'lib/mspire/ident/peptide_hit.rb', line 10 def aaseq @aaseq end |
#charge ⇒ Object
Returns the value of attribute charge.
11 12 13 |
# File 'lib/mspire/ident/peptide_hit.rb', line 11 def charge @charge end |
#id ⇒ Object
Returns the value of attribute id.
7 8 9 |
# File 'lib/mspire/ident/peptide_hit.rb', line 7 def id @id end |
#missed_cleavages ⇒ Object
Returns the value of attribute missed_cleavages.
9 10 11 |
# File 'lib/mspire/ident/peptide_hit.rb', line 9 def missed_cleavages @missed_cleavages end |
#proteins ⇒ Object
an array of Mspire::Ident::ProteinLike objects
13 14 15 |
# File 'lib/mspire/ident/peptide_hit.rb', line 13 def proteins @proteins end |
#qvalue ⇒ Object
relative to the set the hit is contained in!
15 16 17 |
# File 'lib/mspire/ident/peptide_hit.rb', line 15 def qvalue @qvalue end |
#search ⇒ Object
Returns the value of attribute search.
8 9 10 |
# File 'lib/mspire/ident/peptide_hit.rb', line 8 def search @search end |