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

Method removeAdduct

src/openms/source/DATASTRUCTURES/Compomer.cpp:241–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239 }
240
241 Compomer Compomer::removeAdduct(const Adduct& a) const
242 {
243 Compomer tmp = removeAdduct(a, LEFT);
244 tmp = tmp.removeAdduct(a, RIGHT);
245 return tmp;
246 }
247
248 Compomer Compomer::removeAdduct(const Adduct& a, const UInt side) const
249 {

Callers 5

candidateEdges_Method · 0.80
inferMoreEdges_Method · 0.80
computeMethod · 0.80
inferMoreEdges_Method · 0.80
Compomer_test.cppFile · 0.80

Calls 5

countMethod · 0.80
StringClass · 0.50
getFormulaMethod · 0.45
getChargeMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected