Skip to content

MaxLFQ does not quantify proteins only present in a single sample #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
MatthewThe opened this issue Feb 15, 2024 · 0 comments
Open

Comments

@MatthewThe
Copy link
Member

Proteins that only occur in a single sample get assigned an LFQ intensity of 0.0. This can be confusing for the end user, e.g. in cases where the protein is expected to only occur in a single sample. The more intuitive result would be to use the summed intensity, provided at least minPeptideRatiosLFQ peptides were identified.

The reason for the 0.0 intensity, is that no peptide ratios can be computed between two samples:

if len(logMedianPeptideRatios) == 0:
return [0.0] * numExperiments

More generally, this also applies to situations where multiple peptides are detected for a protein, but each peptide was only identified in a single sample. However, here, the summed intensity might give the wrong impression that there were peptides in common between the two samples.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant