Module: Ms::Mass
- Defined in:
- lib/ms/mass.rb,
lib/ms/mass/aa.rb
Defined Under Namespace
Modules: AA
Constant Summary collapse
- MASCOT_H_PLUS =
1.007276
- H_PLUS =
need to verify this against HYDROGEN - ELECTRON
1.00727646677
- PROTON =
H_PLUS
- MONO_STRING =
lower case elements (h = Hydrogen)
{ 'h+' => 1.00727646677, 'h' => 1.007825035, 'h2o' => 18.0105647, 'oh' => 17.002739665, }
- MONO_SYM =
Hash[ MONO_STRING.map {|k,v| [k.to_sym, v]
- MONO =
MONO_STRING.merge(MONO_SYM)
- AVG_STRING =
lower case elements (h = Hydrogen)
{ 'h+' => 1.007276, # using Mascot_H_plus mass (is this right for AVG??) 'h' => 1.00794, 'h2o' => 18.01528, 'oh' => 17.00734, }
- AVG_SYM =
- AVG =
AVG_STRING.merge(AVG_SYM)