97 void load(
const String & result_filename, std::vector<PeptideIdentification> & peptide_identifications,
ProteinIdentification & protein_identification,
const double p_value_threshold, std::vector<double> & pvalues,
const String & database =
"",
const bool ignore_proteins_per_peptide =
false);
113 void getSequences(
const String & database_filename,
const std::map<String, Size> & ac_position_map, std::vector<String> & sequences, std::vector<std::pair<String, Size> > & found, std::map<String, Size> & not_found);