Class: Mspire::Mzml::SelectedIon
- Inherits:
-
Object
- Object
- Mspire::Mzml::SelectedIon
- Extended by:
- List
- Includes:
- CV::Paramable
- Defined in:
- lib/mspire/mzml/selected_ion.rb
Overview
MUST supply a child term of MS:1000455 (ion selection attribute) one or more times
e.g.: MS:1000041 (charge state)
e.g.: MS:1000042 (intensity)
e.g.: MS:1000633 (possible charge state)
e.g.: MS:1000744 (selected ion m/z)
Instance Attribute Summary
Attributes included from CV::Paramable
#cv_params, #ref_param_groups, #user_params
Instance Method Summary collapse
Methods included from List
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
16 17 18 |
# File 'lib/mspire/mzml/selected_ion.rb', line 16 def to_xml(builder) builder.selectedIon {|xml| super(xml) } end |