OpenMS
Loading...
Searching...
No Matches
MorpheusScore.h File Reference
Include dependency graph for MorpheusScore.h:
This graph shows which files directly or indirectly include this file:

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

namespace  OpenMS
 Main OpenMS namespace.
 

Class Documentation

◆ OpenMS::MorpheusScore::Result

struct OpenMS::MorpheusScore::Result

score and subscores

Collaboration diagram for MorpheusScore::Result:
[legend]
Class Members
float err = 0 average absolute mass error of matched fragments (in Da)
float err_ppm = 0 average absolute mass error of matched fragments (in ppm)
Size matches = 0 matched theoretical peaks
float MIC = 0 ion current of matches (experimental peaks)
Size n_peaks = 0 number of theoretical peaks
float score = 0 Morpheus score (matched peaks + matched ion current / TIC)
float TIC = 0 total ion current (experimental peak)