compomics / moFF

A modest Feature Finder (moFF) to extract MS1 intensities from Thermo raw file
Apache License 2.0
33 stars 11 forks source link

Basic question about the quantitation algorithm #4

Closed Stortebecker closed 7 years ago

Stortebecker commented 7 years ago

Hi! I would like to ask about the background of the MoFF quantitation algorithms as I could not find a publication explaining it. The MS1 quantitation algorithms I knew so far (i.e. XPRESS, ASAPRatio, FeatureFinder in OpenMS) were all based on integration of the whole area of a MS1 peak. If I get it right, MoFF works instead solely with the highest value (= the apex) of a peak. Is this commonly used for peak quantitation? How does this approach compare to the mentioned algorithms?

Maux82 commented 7 years ago

Hi, yes you had the right intuition. moFF gets only the apex of each annotated feature given in input. For each feature (rt,mz,charge,mass) moFF extracts the XiC just using the monoisotopic mass of the peptides. In a paper that will be available soon in Nature Methods, we compare moFF and MAxQuant intensities showing really high correlation coefficient. Also from the quantitative perspective for the match-between-run, moFF finds matched features as much as MaxQuant does. As soon the paper will be online I will update the readme information.

Stortebecker commented 7 years ago

Cool, I am eagerly waiting for some tutorial for the match-between-runs-part of MoFF! I cannot use MQ and this seems to be very powerful.