Class: Proph::Prot
- Inherits:
-
Object
- Object
- Proph::Prot
- Includes:
- SpecID::Prot
- Defined in:
- lib/ms/ident/pepxml/prot_summary.rb
Overview
note that ‘description’ is found in the element ‘annotation’, attribute ‘protein_description’ NOTE!: unique_stripped peptides is an array rather than + joined string
Defined Under Namespace
Classes: Pep
Instance Method Summary collapse
-
#first_entry ⇒ Object
the name is also the first_entry.
-
#name ⇒ Object
returns protein_name.
- #reference ⇒ Object
Instance Method Details
#first_entry ⇒ Object
the name is also the first_entry
135 |
# File 'lib/ms/ident/pepxml/prot_summary.rb', line 135 def first_entry ; self[0] end |
#name ⇒ Object
returns protein_name
133 |
# File 'lib/ms/ident/pepxml/prot_summary.rb', line 133 def name ; self[0] end |
#reference ⇒ Object
134 |
# File 'lib/ms/ident/pepxml/prot_summary.rb', line 134 def reference ; self[0] end |