-
Notifications
You must be signed in to change notification settings - Fork 6
Protein quant values #129
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestformattingquestionFurther information is requestedFurther information is requested
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestformattingquestionFurther information is requestedFurther information is requested
Type
Fields
Give feedbackNo fields configured for issues without a type.
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: