MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / load

Method load

src/openms/source/FORMAT/IdXMLFile.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 }
36
37 void IdXMLFile::load(const String& filename, std::vector<ProteinIdentification>& protein_ids, std::vector<PeptideIdentification>& peptide_ids)
38 {
39 String document_id;
40 load(filename, protein_ids, peptide_ids, document_id);
41 }
42
43 void IdXMLFile::load(const String& filename, std::vector<ProteinIdentification>& protein_ids,
44 std::vector<PeptideIdentification>& peptide_ids, String& document_id)

Callers 2

test_readfileMethod · 0.95
test_readfile_contentMethod · 0.95

Calls 7

SearchParametersFunction · 0.85
loadFunction · 0.50
ProteinHitFunction · 0.50
PeptideHitClass · 0.50
clearMethod · 0.45

Tested by 2

test_readfileMethod · 0.76
test_readfile_contentMethod · 0.76