Class: Sample
- Inherits:
-
Object
- Object
- Sample
- Defined in:
- bin/lipidomic-search.rb
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
-
#spectrum ⇒ Object
Returns the value of attribute spectrum.
Instance Method Summary collapse
-
#initialize(file, merge_opts = {}) ⇒ Sample
constructor
A new instance of Sample.
-
#merge_ms1_spectra(file, opts) ⇒ Object
returns a single spectrum object.
Constructor Details
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file.
20 21 22 |
# File 'bin/lipidomic-search.rb', line 20 def file @file end |
#spectrum ⇒ Object
Returns the value of attribute spectrum.
21 22 23 |
# File 'bin/lipidomic-search.rb', line 21 def spectrum @spectrum end |