Class: Ms::Ident::PeptideHit
- Inherits:
-
Object
- Object
- Ms::Ident::PeptideHit
- Defined in:
- lib/ms/ident/peptide_hit.rb,
lib/ms/ident/peptide_hit/qvalue.rb
Defined Under Namespace
Modules: Qvalue
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
Returns the value of attribute proteins.
-
#qvalue ⇒ Object
Returns the value of attribute qvalue.
-
#search ⇒ Object
Returns the value of attribute search.
Instance Attribute Details
#aaseq ⇒ Object
Returns the value of attribute aaseq.
8 9 10 |
# File 'lib/ms/ident/peptide_hit.rb', line 8 def aaseq @aaseq end |
#charge ⇒ Object
Returns the value of attribute charge.
9 10 11 |
# File 'lib/ms/ident/peptide_hit.rb', line 9 def charge @charge end |
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/ms/ident/peptide_hit.rb', line 5 def id @id end |
#missed_cleavages ⇒ Object
Returns the value of attribute missed_cleavages.
7 8 9 |
# File 'lib/ms/ident/peptide_hit.rb', line 7 def missed_cleavages @missed_cleavages end |
#proteins ⇒ Object
Returns the value of attribute proteins.
10 11 12 |
# File 'lib/ms/ident/peptide_hit.rb', line 10 def proteins @proteins end |
#qvalue ⇒ Object
Returns the value of attribute qvalue.
11 12 13 |
# File 'lib/ms/ident/peptide_hit.rb', line 11 def qvalue @qvalue end |
#search ⇒ Object
Returns the value of attribute search.
6 7 8 |
# File 'lib/ms/ident/peptide_hit.rb', line 6 def search @search end |