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

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

Instance Attribute Summary collapse

Instance Attribute Details

#peptide_name_to_objectObject

hash of peptide identifier to Peptide object



107
108
109
# File 'lib/dta_select_output.rb', line 107

def peptide_name_to_object
  @peptide_name_to_object
end

#protein_name_to_objectObject

hash of protein identifier to Protein object



104
105
106
# File 'lib/dta_select_output.rb', line 104

def protein_name_to_object
  @protein_name_to_object
end