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

Method hasInferenceData

src/openms/source/METADATA/ProteinIdentification.cpp:473–476  ·  view source on GitHub ↗

TODO find a more robust way to figure that out. CV Terms?

Source from the content-addressed store, hash-verified

471
472 //TODO find a more robust way to figure that out. CV Terms?
473 bool ProteinIdentification::hasInferenceData() const
474 {
475 return !getInferenceEngine().empty();
476 }
477
478 bool ProteinIdentification::hasInferenceEngineAsSearchEngine() const
479 {

Callers 9

main_Method · 0.80
main_Method · 0.80
getProteinScoreType_Method · 0.80
addSearchMetaData_Method · 0.80
IDMzTabStreamMethod · 0.80
CMMzTabStreamMethod · 0.80
storeLFQMethod · 0.80
storeISOMethod · 0.80
storeLFQMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected