OpenMS
2.4.0
|
Slimmer structure as storing all scored candidates in PeptideHit objects takes too much space. More...
Static Public Member Functions | |
static bool | hasBetterScore (const AnnotatedHit &a, const AnnotatedHit &b) |
Public Attributes | |
StringView | sequence |
SignedSize | peptide_mod_index = 0 |
Size | rna_mod_index = 0 |
int | isotope_error = 0 |
char | cross_linked_nucleotide = UNKNOWN_NUCLEOTIDE |
float | score = 0 |
float | MIC = 0 |
float | err = 0 |
float | Morph = 0 |
float | pl_MIC = 0 |
float | pl_err = 0 |
float | pl_Morph = 0 |
float | total_MIC = 0 |
float | immonium_score = 0 |
float | precursor_score = 0 |
float | a_ion_score = 0 |
float | marker_ions_score = 0 |
float | partial_loss_score = 0 |
float | best_localization_score = 0 |
String | localization_scores |
String | best_localization |
std::vector< PeptideHit::PeakAnnotation > | fragment_annotations |
Static Public Attributes | |
static constexpr const char | UNKNOWN_NUCLEOTIDE = '?' |
Slimmer structure as storing all scored candidates in PeptideHit objects takes too much space.
|
inlinestatic |
References score.
float a_ion_score = 0 |
Referenced by RNPxlSearch::main_().
String best_localization |
float best_localization_score = 0 |
char cross_linked_nucleotide = UNKNOWN_NUCLEOTIDE |
Referenced by RNPxlSearch::main_(), and RNPxlSearch::postScoreHits_().
float err = 0 |
Referenced by RNPxlSearch::main_().
std::vector<PeptideHit::PeakAnnotation> fragment_annotations |
float immonium_score = 0 |
Referenced by RNPxlSearch::main_().
int isotope_error = 0 |
Referenced by RNPxlSearch::main_().
String localization_scores |
float marker_ions_score = 0 |
Referenced by RNPxlSearch::main_().
float MIC = 0 |
Referenced by RNPxlSearch::main_().
float Morph = 0 |
Referenced by RNPxlSearch::main_().
float partial_loss_score = 0 |
Referenced by RNPxlSearch::main_().
SignedSize peptide_mod_index = 0 |
Referenced by RNPxlSearch::main_().
float pl_err = 0 |
Referenced by RNPxlSearch::main_().
float pl_MIC = 0 |
Referenced by RNPxlSearch::main_().
float pl_Morph = 0 |
Referenced by RNPxlSearch::main_().
float precursor_score = 0 |
Referenced by RNPxlSearch::main_().
Size rna_mod_index = 0 |
Referenced by RNPxlSearch::main_().
float score = 0 |
Referenced by hasBetterScore(), and RNPxlSearch::main_().
StringView sequence |
Referenced by RNPxlSearch::main_().
float total_MIC = 0 |
Referenced by RNPxlSearch::main_().
|
static |