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

Method getEnzymeName

src/openms/source/FORMAT/SequestInfile.cpp:533–540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

531 }
532
533 String SequestInfile::getEnzymeName() const
534 {
535 map<String, vector<String> >::const_iterator einfo_i = enzyme_info_.begin();
536 for (Size enzyme_number = 0; enzyme_number < enzyme_number_; ++enzyme_number, ++einfo_i)
537 {
538 }
539 return einfo_i->first;
540 }
541
542 Size SequestInfile::setEnzyme(const String& enzyme_name)
543 {

Callers 8

main_Method · 0.45
run_Method · 0.45
testDigestionTutorialFunction · 0.45
testRNaseDigestionFunction · 0.45

Calls 1

beginMethod · 0.45

Tested by 2

testDigestionTutorialFunction · 0.36
testRNaseDigestionFunction · 0.36