Skip to content

Protein quant values #129

@ypriverol

Description

@ypriverol

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:

    • MQ: LFQ intensity, iBAQ, RAW intensity (as provided).
    • DIANN: PG.MaxLFQ, PG.Quantity, or equivalent fields.
  • Optional harmonized metrics (if raw intensities available):

    • Compute total_all_peptides_intensity and top3_intensity analogous to quantms workflows for cross-workflow comparability.

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.

Metadata

Metadata

Labels

documentationImprovements or additions to documentationenhancementNew feature or requestformattingquestionFurther information is requested

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions