Class: Bio::PepXML::Protein

Inherits:
Object
  • Object
show all
Includes:
DivvyProteomics::DivvyableProtein, DivvyProteomics::Logging
Defined in:
lib/pep_xml.rb

Instance Attribute Summary collapse

Method Summary

Methods included from DivvyProteomics::DivvyableProtein

#estimated_spectral_count, #non_unique_spectra, #unique_spectra, #uniquely_identified_by_any_peptides?

Methods included from DivvyProteomics::Logging

#log

Instance Attribute Details

#descriptive_nameObject

Returns the value of attribute descriptive_name.



15
16
17
# File 'lib/pep_xml.rb', line 15

def descriptive_name
  @descriptive_name
end

#identifierObject

Returns the value of attribute identifier.



15
16
17
# File 'lib/pep_xml.rb', line 15

def identifier
  @identifier
end

#peptidesObject

Array of peptide objects that have been assigned to this protein



13
14
15
# File 'lib/pep_xml.rb', line 13

def peptides
  @peptides
end