Skip to main content
Topic: Open software for SRM experiments (Read 3548 times) previous topic - next topic

Open software for SRM experiments

Hello,
I am looking for free/open source software that can process files from SRM experiments (converted to an open format) and provide parameters such as peak start/end at x% height, fwhm, noise etc. Does anyone have any suggestions?
Many thanks

 

Re: Open software for SRM experiments

Reply #1
Hi,

I am not familiar with SRM experiment but what about MProphet? Here the link MProphet.org and here the paper associated nature or researchgate

Elena

Re: Open software for SRM experiments

Reply #2
Hi VSO,

I've used skyline (https://skyline.ms/project/home/software/Skyline/begin.view) a fair bit in the past for metabolomics SRM data analysis. You can export peak areas, retention times (apex, start of integration, end of integration) and FWHM fairly easily (using document grid). I don't know if it generates a metric for noise (or S/N)...

The hardest part when getting started, is that you have to manually specify what transitions you want to look at (edit->Insert->Transition list). Skyline won't read the transition list from a file automatically.

Cheers,
Corey

Re: Open software for SRM experiments

Reply #3
I'm also not familiar with SRM/MRM data. But we have implemented a readSRMData function in MSnbase to read chromatographic data from mzML files. Would be nice to know if that works for you and what is missing. Note also that xcms can do now peak detection also on purely chromatographic data (i.e. Chromatogram/Chromatograms classes which are returned by the readSRMData function).