Standardization of Protein Quantification Across quantms.io Workflows
In quantms.io, we aim to establish a unified standard for representing protein quantification across all supported workflows: TMT-quantms, LFQ-quantms, DIANN, and MaxQuant (MQ). The main protein intensity (protein_total_intensity) will represent the total intensity as reported by each workflow, while complementary metrics will provide harmonized and comparable quantification values across methods.
Proposed Combinations and Computations
1. quantms + LFQ
2. quantms + TMT
3. MaxQuant (MQ) and DIANN
Summary of Target Quant Fields
| Workflow |
Main Quant Field |
Complementary Metrics |
| quantms + LFQ |
total_sum_unique_peptides |
total_all_peptides_intensity, top3_intensity |
| quantms + TMT |
top3_intensity |
total_unique_peptides_intensity, total_all_peptides_intensity |
| MQ |
LFQ intensity / iBAQ / RAW intensity |
total_all_peptides_intensity, top3_intensity (optional) |
| DIANN |
PG.MaxLFQ / PG.Quantity |
total_all_peptides_intensity, top3_intensity (optional) |
Rationale
This approach ensures:
- Consistent quantification fields across workflows.
- Compatibility with mzTab outputs and protein group (pg) tables.
- Flexibility to compare absolute and relative protein intensities.
- A clear mapping between workflow-specific and quantms-standardized quant values.
Standardization of Protein Quantification Across quantms.io Workflows
In quantms.io, we aim to establish a unified standard for representing protein quantification across all supported workflows: TMT-quantms, LFQ-quantms, DIANN, and MaxQuant (MQ). The main protein intensity (
protein_total_intensity) will represent the total intensity as reported by each workflow, while complementary metrics will provide harmonized and comparable quantification values across methods.Proposed Combinations and Computations
1. quantms + LFQ
Default total quantification:
total_sum_unique_peptides(as provided in the mzTab output).Additional computed metrics:
total_intensity_all_peptides: Total intensity including all peptides mapping to the protein group (including shared and modified peptidoforms).top3_intensity: Intensity from the top 3 most intense peptides per protein group and RAW file (considering all peptidoforms).2. quantms + TMT
Default total quantification:
top3_intensity(TMT reporter ion intensities from the three most intense peptides).Additional computed metrics:
total_unique_peptides_intensity: Total intensity from unique peptides only.total_all_peptides_intensity: Total intensity including all peptides and peptidoforms per protein group and RAW file.3. MaxQuant (MQ) and DIANN
Use native workflow outputs:
LFQ intensity,iBAQ,RAW intensity(as provided).PG.MaxLFQ,PG.Quantity, or equivalent fields.Optional harmonized metrics (if raw intensities available):
total_all_peptides_intensityandtop3_intensityanalogous to quantms workflows for cross-workflow comparability.Summary of Target Quant Fields
total_sum_unique_peptidestotal_all_peptides_intensity,top3_intensitytop3_intensitytotal_unique_peptides_intensity,total_all_peptides_intensityLFQ intensity/iBAQ/RAW intensitytotal_all_peptides_intensity,top3_intensity(optional)PG.MaxLFQ/PG.Quantitytotal_all_peptides_intensity,top3_intensity(optional)Rationale
This approach ensures: