run with CompNovoIonScoringCID More...
#include <OpenMS/ANALYSIS/DENOVO/CompNovoIonScoringCID.h>
Public Types | |
| typedef CompNovoIonScoringBase::IsotopeType | IsotopeType |
| typedef CompNovoIonScoringBase::IonScore | IonScore |
Public Member Functions | |
| CompNovoIonScoringCID & | operator= (const CompNovoIonScoringCID &source) |
constructors and destructors | |
| CompNovoIonScoringCID () | |
| default constructor | |
| CompNovoIonScoringCID (const CompNovoIonScoringCID &source) | |
| copy constructor | |
| virtual | ~CompNovoIonScoringCID () |
| destructor | |
Accessors | |
| void | scoreSpectrum (Map< DoubleReal, IonScore > &CID_ion_scores, PeakSpectrum &CID_spec, DoubleReal precursor_weight, Size charge) |
Protected Member Functions | |
| void | scoreWitnessSet_ (Size charge, DoubleReal precursor_weight, Map< DoubleReal, IonScore > &CID_nodes, const PeakSpectrum &CID_orig_spec) |
run with CompNovoIonScoringCID
Parameters of this class are:| Name | Type | Default | Restrictions | Description |
|---|---|---|---|---|
| fragment_mass_tolerance | float | 0.4 | fragment mass tolerance | |
| decomp_weights_precision | float | 0.01 | precision used to calculate the decompositions, this only affects cache usage! | |
| double_charged_iso_threshold | float | 0.9 | minimal isotope intensity correlation of doubly charged ions to be used to score the single scored ions | |
| double_charged_iso_threshold_single | float | 0.99 | Isotope scoring threshold used for doubly charged ions to infer singly charged variants | |
| max_isotope_to_score | int | 3 | max isotope peak to be considered in the scoring | |
| max_decomp_weight | int | 600 | maximal m/z difference used to calculate the decompositions | |
| max_isotope | int | 3 | max isotope used in the theoretical spectra to score | |
| max_mz | float | 2000 | maximal m/z value used to calculate isotope distributions | |
| precursor_mass_tolerance | float | 1.5 | precursor mass tolerance |
Reimplemented from CompNovoIonScoringBase.
default constructor
| CompNovoIonScoringCID | ( | const CompNovoIonScoringCID & | source | ) |
copy constructor
| virtual ~CompNovoIonScoringCID | ( | ) | [virtual] |
destructor
| CompNovoIonScoringCID& operator= | ( | const CompNovoIonScoringCID & | source | ) |
| void scoreSpectrum | ( | Map< DoubleReal, IonScore > & | CID_ion_scores, | |
| PeakSpectrum & | CID_spec, | |||
| DoubleReal | precursor_weight, | |||
| Size | charge | |||
| ) |
| void scoreWitnessSet_ | ( | Size | charge, | |
| DoubleReal | precursor_weight, | |||
| Map< DoubleReal, IonScore > & | CID_nodes, | |||
| const PeakSpectrum & | CID_orig_spec | |||
| ) | [protected, virtual] |
Implements CompNovoIonScoringBase.
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:49 using doxygen 1.7.1 |