Class: ImzML::Metadata

Inherits:
Object
  • Object
show all
Defined in:
lib/imzml/metadata.rb

Instance Attribute Summary collapse

Instance Attribute Details

#data_processingObject

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_descriptionObject

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

#samplesObject

List and descriptions of samples



9
10
11
# File 'lib/imzml/metadata.rb', line 9

def samples
  @samples
end

#scan_settingsObject

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

#softwareObject

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

#spectrumsObject

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