![]() |
OpenMS
|
Functions | |
| StringList | getAllPresetsNames (const String &custom_presets_file="") |
| Get all available presets names from JSON file. | |
| void | getPresets (const String &p, const String &custom_presets_file, StringList &nucleotides, StringList &mapping, StringList &modifications, StringList &fragment_adducts, String &can_cross_link) |
| Get preset parameters for a given preset name. | |
| void | getPresets (const String &p, StringList &nucleotides, StringList &mapping, StringList &modifications, StringList &fragment_adducts, String &can_cross_link) |
| Get preset parameters for a given preset name (using default presets file) | |
| StringList getAllPresetsNames | ( | const String & | custom_presets_file = "" | ) |
Get all available presets names from JSON file.
| [in] | custom_presets_file | Optional path to a custom presets file |
| void getPresets | ( | const String & | p, |
| const String & | custom_presets_file, | ||
| StringList & | nucleotides, | ||
| StringList & | mapping, | ||
| StringList & | modifications, | ||
| StringList & | fragment_adducts, | ||
| String & | can_cross_link | ||
| ) |
Get preset parameters for a given preset name.
| [in] | p | The preset name |
| [in] | custom_presets_file | Optional path to a custom presets file |
| [out] | nucleotides | Output parameter for nucleotides |
| [out] | mapping | Output parameter for mapping |
| [out] | modifications | Output parameter for modifications |
| [out] | fragment_adducts | Output parameter for fragment adducts |
| [out] | can_cross_link | Output parameter for can_cross_link |
| void getPresets | ( | const String & | p, |
| StringList & | nucleotides, | ||
| StringList & | mapping, | ||
| StringList & | modifications, | ||
| StringList & | fragment_adducts, | ||
| String & | can_cross_link | ||
| ) |
Get preset parameters for a given preset name (using default presets file)
| [in] | p | The preset name |
| [out] | nucleotides | Output parameter for nucleotides |
| [out] | mapping | Output parameter for mapping |
| [out] | modifications | Output parameter for modifications |
| [out] | fragment_adducts | Output parameter for fragment adducts |
| [out] | can_cross_link | Output parameter for can_cross_link |