![]() |
OpenMS
|
#include <OpenMS/KERNEL/StandardTypes.h>#include <OpenMS/CONCEPT/Types.h>#include <OpenMS/CONCEPT/Macros.h>Go to the source code of this file.
Classes | |
| struct | MorpheusScore |
| An implementation of the Morpheus PSM scoring function Inspired by a C# implementation by C. Wenger released under MIT license. More... | |
| struct | MorpheusScore::Result |
| score and subscores More... | |
Namespaces | |
| OpenMS | |
| Main OpenMS namespace. | |
| struct OpenMS::MorpheusScore::Result |
score and subscores
| Class Members | ||
|---|---|---|
| float | err | average absolute mass error of matched fragments (in Da) |
| Size | matches | matched theoretical peaks |
| float | MIC | ion current of matches (experimental peaks) |
| Size | n_peaks | number of theoretical peaks |
| float | score | Morpheus score (matched peaks + matched ion current / TIC) |
| float | TIC | total ion current (experimental peak) |