MATLAB: Is there a function to identify and find the area under peaks in chromatography data

Bioinformatics Toolbox

I have some chromatography data, and need to identify peaks in this data, and determine the area under each.

Best Answer

The ability to identify and integrate the area under peaks in chromatography data is not available in MATLAB.
One can use the MSVIEWER function within the Bioinformatics Toolbox to view the data and manually add markers at the start and end of each peak. These marker's locations can then be exported to the workspace, and the TRAPZ function used to numerically integrate the area under each peak indicated.
Before doing these things, the MSBACKADJ function can be used to help remove any bias in the signal, if required.