Class: Bio::DTASelect::OutputFile::Result

Inherits:
Object
  • Object
show all
Includes:
Bio::DivvyProteomics::Logging
Defined in:
lib/dta_select_output.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Bio::DivvyProteomics::Logging

#log

Instance Attribute Details

#peptide_name_to_objectObject

hash of peptide identifier to Peptide object



69
70
71
# File 'lib/dta_select_output.rb', line 69

def peptide_name_to_object
  @peptide_name_to_object
end

#protein_name_to_objectObject

hash of protein identifier to Protein object



66
67
68
# File 'lib/dta_select_output.rb', line 66

def protein_name_to_object
  @protein_name_to_object
end