Class: ImzML::Metadata
- Inherits:
-
Object
- Object
- ImzML::Metadata
- Defined in:
- lib/imzml/metadata.rb
Instance Attribute Summary collapse
-
#data_processing ⇒ Object
List and descriptions of data processing applied to this data.
-
#file_description ⇒ Object
Information pertaining to the entire mzML file (i.e. not specific to any part of the data set) is stored here.
-
#samples ⇒ Object
List and descriptions of samples.
-
#scan_settings ⇒ Object
List with the descriptions of the acquisition settings applied prior to the start of data acquisition.
-
#software ⇒ Object
List and descriptions of software used to acquire and/or process the data in this mzML file.
-
#spectrums ⇒ Object
All mass spectra and the acquisitions underlying them are described and attached here.
Instance Attribute Details
#data_processing ⇒ Object
List and descriptions of data processing applied to this data
18 19 20 |
# File 'lib/imzml/metadata.rb', line 18 def data_processing @data_processing end |
#file_description ⇒ Object
Information pertaining to the entire mzML file (i.e. not specific to any part of the data set) is stored here
6 7 8 |
# File 'lib/imzml/metadata.rb', line 6 def file_description @file_description end |
#samples ⇒ Object
List and descriptions of samples
9 10 11 |
# File 'lib/imzml/metadata.rb', line 9 def samples @samples end |
#scan_settings ⇒ Object
List with the descriptions of the acquisition settings applied prior to the start of data acquisition
15 16 17 |
# File 'lib/imzml/metadata.rb', line 15 def scan_settings @scan_settings end |
#software ⇒ Object
List and descriptions of software used to acquire and/or process the data in this mzML file
12 13 14 |
# File 'lib/imzml/metadata.rb', line 12 def software @software end |
#spectrums ⇒ Object
All mass spectra and the acquisitions underlying them are described and attached here
21 22 23 |
# File 'lib/imzml/metadata.rb', line 21 def spectrums @spectrums end |