kevinkovalchik / RawQuant

RawQuant is a Python package for extracting scan meta data and quantification values from Thermo .raw files.
MIT License
10 stars 2 forks source link

UPDATE - January 2019

As of January 4, 2019 we will no longer be providing support for RawQuant. Please check out the new replacement for RawQuant, RawTools, which is described in the previous update.

RawQuant will still be available through the Python Package Index, but we will be making no new updates and will not be providing support on GitHub. To reflect this, repository will be archived. This means it will be accesible, but read-only (i.e. users will not be able to post new issues).

UPDATE - September 2018

We have developed a replacement for RawQuant called RawTools. RawTools has been built from the ground up in C# and built on the Thermo RawFileReader library. As a result of these changes, RawTools is substantially faster at data processing compared with RawQuant, and is compatible with data handling on Windows, MacOS, and Linux. RawTools also includes a large collection of new features, including quality control tracking!

RawTools is open source and freely available. RawTools can be found here.

As a result of the development of RawTools, support for RawQuant will be phased out.

RawQuant

RawQuant is a Python package for extracting scan meta data and quantification values from Thermo .raw files.

For information on getting started and using RawQuant, please refer to the installation and tutorial file. The paper describing the RawQuant tool is available.

RawQuant is live on the Python Package Index!