smith-chem-wisc / FlashLFQ

Ultra-fast label-free quantification algorithm for mass-spectrometry proteomics
GNU Lesser General Public License v3.0
19 stars 14 forks source link

Question about protein quantitative inference #59

Closed yishai99 closed 4 years ago

yishai99 commented 6 years ago

Hi, Can you tell us how you infer the protein quantity from the peptides? Do you sum the peptide intensities? Is it Hi-3? Did you use the way MaxQuant do it? Thanks,

Yishai

rmillikin commented 6 years ago

In the current standalone version of FlashLFQ, it's the sum of the peptide intensities, and shared peptides are split between the proteins that share them. It will soon be changed to top3 in a few weeks.

The current FlashLFQ version wrapped into MetaMorpheus is top3.

In the longer-term, I want to use something similar to Diffacto, but this will probably take a while (a few months) to get right.

yishai99 commented 6 years ago

Thanks for the info. We found MaxQuant’s solution to this to be very successful, as described in this paper http://www.mcponline.org/content/13/9/2513.short. Figure 2 of the paper describes the method. I hope you consider this instead of the Hi-3. Also, I strongly advice (ask?) that you include the following options: 1. choose to quantify based on all peptides, razor+unique, just unique. 2. choose whether or not to include modified peptides in the protein quan. This is particularly important in MM since it identified so many PTMs and they tend to have more missing values.

Thanks,

Yishai

On 11 Jun 2018, at 4:44 PM, rmillikin <notifications@github.com mailto:notifications@github.com> wrote:

In the current standalone version of FlashLFQ, it's the sum of the peptide intensities, and shared peptides are split between the proteins that share them. It will soon be changed to top3 in a few weeks.

The current FlashLFQ version wrapped into MetaMorpheus is top3.

In the longer-term, I want to use something similar to Diffacto, but this will probably take a while (a few months) to get right.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/smith-chem-wisc/FlashLFQ/issues/59#issuecomment-396248013, or mute the thread https://github.com/notifications/unsubscribe-auth/ATrx44pU7_LrEgaa1SnOM5gqZ7f4q0u_ks5t7nQ3gaJpZM4UhjDY.

rmillikin commented 4 years ago

I've added a protein quant system that uses Bayesian statistics as of v1.0.0 :) You can read about it here: https://github.com/smith-chem-wisc/FlashLFQ/wiki/Bayesian-Protein-Fold-Change-Analysis