Go to the source code of this file.
|
| StringList | getAllPresetsNames (const std::string &custom_presets_file="") |
| | Get all available presets names from JSON file.
|
| |
| void | getPresets (const std::string &p, const std::string &custom_presets_file, StringList &nucleotides, StringList &mapping, StringList &modifications, StringList &fragment_adducts, std::string &can_cross_link) |
| | Get preset parameters for a given preset name.
|
| |
| void | getPresets (const std::string &p, StringList &nucleotides, StringList &mapping, StringList &modifications, StringList &fragment_adducts, std::string &can_cross_link) |
| | Get preset parameters for a given preset name (using default presets file)
|
| |