pub fn unimod_modifications_mass() -> HashMap<&'static str, f64>
Unimod Modifications Mass
None
HashMap<&'static str, f64>
use rustms::chemistry::unimod::unimod_modifications_mass; let mass = unimod_modifications_mass(); assert_eq!(mass.get("[UNIMOD:1]"), Some(&42.010565));