Skip to content

2.2. Peak areas

sficarro edited this page Jan 3, 2018 · 6 revisions

Peak Areas

Peak integration can be performed by right click and drag within the XIC window. There are two possible methods for integration, sum and guassian fit. The method used is selected in the settings menu.

mzStudio

SUM is the default method. This method simply calculates the sum of (width*height) of rectangles across the selected range, where width is time[n+1] – time[n] and height is (intensity[n+1] + intensity[n])/2 (from 1 to n-1).

mzStudio

To use the Guassian fit method, you first must install Scipy, which requires numpy+mkl. A handy place to obtain modules like these is Gohlke’s site: http://www.lfd.uci.edu/%7Egohlke/pythonlibs/

mzStudio

Download numpy (+ mkl): numpy 1.13.1+mkl cp27 cp27m win_amd64.whl Install the whl file with pip:

mzStudio

Download scipy: scipy‑1.0.0‑cp27‑cp27m‑win_amd64.whl Install the whl file with pip:

mzStudio

Note, image depicts installing an earlier version of scipy. Adjust the filename accordingly!

Select GUASSIAN under area algorithm:

mzStudio

Now right click and drag across a peak performs a Guassian fit of the data.

mzStudio

A handy way to keep track of areas is with the area bank tool from the tools menu:

mzStudio

When this tool is open, all integration values are appended to the bank (tab delimiter). Use the copy button to copy all the values for pasting into excel.

Clone this wiki locally