Post

ThermoRawReader

Class capable of reading spectra from Thermo Fisher Scientific raw formatted data files.


Remarks

Reads mass spectra stored in the proprietary Thermo Fisher Scientific raw format. Requires linking Nova to the MSFileReader.

Implements

ISpectrumFileReader


Constructors

SyntaxDescription
ThermoRawReader(MSFilter filter)Initializes the ThermoRawReader class and sets a spectrum filter.

Properties

IdentifierTypeDescription
FirstScanNumberintNumber of the first scan event in the file.
LastScanNumberintNumber of the last scan event in the file.
MaxRetentionTimedoubleRetention time (in minutes) of the last scan event in the file.
ScanCountintTotal number of scan events in the file.

Methods

MethodReturnsDescription
Close()voidCloses an open MS data file.
GetSpectrum(int scanNumber = -1, bool centroid = true)SpectrumReads the requested spectrum or the next spectrum if a valid scanNumber is not given. Data are returned in centroid, if possible, unless otherwise requested.
GetSpectrumEx(int scanNumber = -1, bool centroid = true)SpectrumExReads the requested spectrum or the next spectrum if a valid scanNumber is not given, and returns the data in the extended spectrum format. Data are returned in centroid, if possible, unless otherwise requested.
Open(string fileName)boolOpens an mzML file and parses the index and meta information.
GetSpectrum(int scanNumber = -1, bool centroid = true)SpectrumReads the requested spectrum or the next spectrum if a valid scanNumber is not given. Data are returned in centroid, if possible, unless otherwise requested.

Example

1
This post is licensed under CC BY 4.0 by the author.

Trending Tags