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

Method hasNeutralLoss

src/openms/source/CHEMISTRY/ResidueModification.cpp:539–542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

537 }
538
539 bool ResidueModification::hasNeutralLoss() const
540 {
541 return !neutral_loss_diff_formulas_.empty() && !neutral_loss_diff_formulas_[0].isCharged();
542 }
543
544 bool ResidueModification::isUserDefined() const
545 {

Callers

nothing calls this directly

Calls 2

isChargedMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected