Class: Mspire::Mzml::IsolationWindow
- Inherits:
-
Object
- Object
- Mspire::Mzml::IsolationWindow
- Includes:
- CV::Paramable
- Defined in:
- lib/mspire/mzml/isolation_window.rb
Overview
MUST supply a child term of MS:1000792 (isolation window attribute) one or more times
e.g.: MS:1000827 (isolation window target m/z)
e.g.: MS:1000828 (isolation window lower offset)
e.g.: MS:1000829 (isolation window upper offset)
MUST supply a child term of MS:1000792 (isolation window attribute) one or more times
e.g.: MS:1000827 (isolation window target m/z)
e.g.: MS:1000828 (isolation window lower offset)
e.g.: MS:1000829 (isolation window upper offset)
Instance Attribute Summary
Attributes included from CV::Paramable
#cv_params, #ref_param_groups, #user_params
Instance Method Summary collapse
Methods included from CV::Paramable
#accessionable_params, #describe!, #describe_from_xml!, #describe_many!, #describe_self_from_xml!, #each_accessionable_param, #each_param, #fetch, #fetch_by_accession, #initialize, #param?, #param_by_accession, #params, #params?, #reject!, #replace!, #replace_many!
Instance Method Details
#to_xml(builder) ⇒ Object
20 21 22 |
# File 'lib/mspire/mzml/isolation_window.rb', line 20 def to_xml(builder) builder.isolationWindow {|xml| super(xml) } end |