You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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:
picked_group_fdr/picked_group_fdr/columns/lfq.py
Lines 150 to 151 in 94c778c
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.
The text was updated successfully, but these errors were encountered: