class Proph::Prot

note that ‘description’ is found in the element ‘annotation’, attribute ‘protein_description’ NOTE!: unique_stripped peptides is an array rather than + joined string

Constants

Pep

this is a pep from a -prot.xml file

Public Instance Methods

first_entry() click to toggle source
# File lib/ms/ident/pepxml/prot_summary.rb, line 135
def first_entry ; self[0] end
name() click to toggle source

returns protein_name

# File lib/ms/ident/pepxml/prot_summary.rb, line 133
def name ; self[0] end
reference() click to toggle source
# File lib/ms/ident/pepxml/prot_summary.rb, line 134
def reference ; self[0] end