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

Method getModification

src/openms/source/CHEMISTRY/ModificationsDB.cpp:202–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200 }
201
202 const ResidueModification* ModificationsDB::getModification(Size index) const
203 {
204 OPENMS_PRECONDITION(index < mods_.size(), "Index out of bounds in ModificationsDB::getModification(Size index)." );
205 return mods_[index];
206 }
207
208 void ModificationsDB::searchModifications(set<const ResidueModification*>& mods,
209 const String& mod_name_,

Callers 1

testModificationsDBFunction · 0.95

Calls 5

StringClass · 0.50
ResidueModificationClass · 0.50
sizeMethod · 0.45
emptyMethod · 0.45

Tested by 1

testModificationsDBFunction · 0.76