| | |
The DeconvolutedMassIdMatcherParameters structure holds all the parameters required to configure a DeconvolutedMassIdMatcher instance. More...
| Header: | #include <MsXpS/libXpertMassCore/Processing/DeconvolutedMassIdMatcher.hpp> |
| DeconvolutedMassIdMatcherParameters() | |
| DeconvolutedMassIdMatcherParameters(const QString &dictionary_file_path, const QString &isotopic_data_file_path, const QString &processing_details_log_file_path, MsXpS::libXpertMassCore::Enums::MassType mass_type, double mass_tolerance_ppm) | |
| DeconvolutedMassIdMatcherParameters(const MsXpS::libXpertMassCore::Processing::DeconvolutedMassIdMatcherParameters &other) | |
| QString | toString() const |
| MsXpS::libXpertMassCore::Processing::DeconvolutedMassIdMatcherParameters & | operator=(const MsXpS::libXpertMassCore::Processing::DeconvolutedMassIdMatcherParameters &other) |
| QString | dictionaryFilePath |
| QString | isotopicDataFilePath |
| double | massTolerancePpm |
| MsXpS::libXpertMassCore::Enums::MassType | massType |
| QString | processingDetailsLogFilePath |
Constructs an unitialized instance.
Constructs an instance fully initialized using the parameters.
Constructs an instance initializing it using other as a template.
Crafts a string documenting this instance and returns it.
Initializes this instance using other as a template and returns a reference to this instance.
Path to the file that contains the dictionary data that allows the identification of analytes using deconvoluted features.
The dictionary data has the following tab-separated-value (TSV) format with at least the three compulsory columns:
This variable holds the path to the file that contains the isotopic data that are used to compute the mass of the analyte starting from its formula.
This variable holds the tolerance in parts-per-million (ppm) that is accepted for any mass matching.
This variable holds the mass type (Enums::MassType) of the analyte's mass that needs to be computed. By default the mass type is Enums::MassType::MONO.
Path the the file where all the computation details are logged to.