![]() |
OpenMS
|
struct to hold a single report line More...
#include <OpenMS/ANALYSIS/NUXL/NuXLReport.h>
Public Member Functions | |
| std::string | getString (const std::string &separator) const |
Public Attributes | |
| bool | no_id |
| double | rt |
| double | original_mz |
| std::string | accessions |
| std::string | peptide |
| std::string | NA |
| Int | charge |
| double | score |
| int | rank |
| double | best_localization_score |
| std::string | localization_scores |
| std::string | best_localization |
| double | peptide_weight |
| double | NA_weight |
| double | xl_weight |
| StringList | meta_values |
| NuXLMarkerIonExtractor::MarkerIonsType | marker_ions |
| double | abs_prec_error |
| double | rel_prec_error |
| double | m_H |
| double | m_2H |
| double | m_3H |
| double | m_4H |
| std::string | fragment_annotation |
struct to hold a single report line
| std::string getString | ( | const std::string & | separator | ) | const |
| double abs_prec_error |
| std::string accessions |
| std::string best_localization |
| double best_localization_score |
| Int charge |
| std::string fragment_annotation |
| std::string localization_scores |
| double m_2H |
| double m_3H |
| double m_4H |
| double m_H |
| NuXLMarkerIonExtractor::MarkerIonsType marker_ions |
| StringList meta_values |
| std::string NA |
| double NA_weight |
| bool no_id |
| double original_mz |
| std::string peptide |
| double peptide_weight |
| int rank |
| double rel_prec_error |
| double rt |
| double score |
| double xl_weight |