biosustain / OpenMS

The codebase of the OpenMS project
https://www.openms.de
Other
0 stars 1 forks source link

SmartPeak validation experiments #163

Open dmccloskey opened 6 years ago

dmccloskey commented 6 years ago

Description

In silico validation experiments required for publication of the new SmartPeak data processing algorithms

Objectives

  1. MRMFeatureSelector validation experiments using LC-MS, HPLC, GC-MS, and CE-MS data
  2. EMG fitting validation experiments on LC-MS calibrators and QCs
  3. Example LC-MS and HPLC data set using AbsoluteQuantitation
  4. Example LC-MS data using MRMFeatureFilter and MRMFeatureQC
  5. Example LC-MS and GC-MS data set using the TargetedSpectrumExtractor workflow
pcolaianni commented 6 years ago

When proposing the targeted/untargeted methods PR to OpenMS, I made the following change in selectSpectra(): replaced unordered_map with map.

During the validation tests, we should check if such change provokes a performance regression.

The only advantage of using map is that users will have the extracted spectra sorted in the same order, no matter what platform (win, mac, linux) they work on.

dmccloskey commented 6 years ago

Notes on data collection for validation experiments:

MRMFeatureSelector validation experiments using LC-MS, HPLC, GC-MS, and CE-MS data