Skip to content

.NET DLL wrapper for Thermo's MS File Reader, which is accessible by creating an account at https://thermo.flexnetoperations.com/control/thmo/login then logging in and choosing "Utility Software"

Notifications You must be signed in to change notification settings

corilo/Thermo-Raw-File-Reader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thermo Raw File Reader

The Thermo Raw File Reader is a .NET DLL wrapper for reading Thermo .raw files. It originally used the Thermo MS File Reader, but in January 2019 we switched to using the ThermoFisher.CommonCore C# DLLs

Features

The Thermo Raw File Reader DLL provides several methods for parsing the information extracted from Thermo .raw files, including:

  • Determining the parent ion m/z and fragmentation mode in a given scan filter
  • Determining the Ionization mode from a given scan filter
  • Extracting MRM masses listed in a given scan filter
  • Reporting the number of spectra in the .Raw file
  • Returning details on a specific spectrum
  • Obtaining the raw m/z and intensity values for a given spectrum

Software Demo

The Test_ThermoRawFileReader directory contains a .NET command-line application that illustrates how to interface with ThermoRawFileReaderDLL.dll

Contacts

Written by Matthew Monroe for the Department of Energy (PNNL, Richland, WA)
Copyright 2019, Battelle Memorial Institute. All Rights Reserved.
E-mail: [email protected] or [email protected]
Website: https://omics.pnl.gov/ or https://panomics.pnnl.gov/\

License

The Thermo Raw File Reader is licensed under the 2-Clause BSD License; you may not use this file except in compliance with the License. You may obtain a copy of the License at https://opensource.org/licenses/BSD-2-Clause

Copyright 2018 Battelle Memorial Institute

RawFileReader reading tool. Copyright © 2016 by Thermo Fisher Scientific, Inc. All rights reserved.

About

.NET DLL wrapper for Thermo's MS File Reader, which is accessible by creating an account at https://thermo.flexnetoperations.com/control/thmo/login then logging in and choosing "Utility Software"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 97.4%
  • Batchfile 2.6%