class Mspire::Mzml::SpectrumList

Attributes

scan_to_index[RW]

Public Instance Methods

fetch_by_scan_num(scan_num) click to toggle source
# File lib/mspire/mzml/spectrum_list.rb, line 9
def fetch_by_scan_num(scan_num)
  __getobj__[@scan_to_index[scan_num]]
end