nf-core / quantms

Quantitative mass spectrometry workflow. Currently supports proteomics experiments with complex experimental designs for DDA-LFQ, DDA-Isobaric and DIA-LFQ quantification.
https://nf-co.re/quantms
MIT License
31 stars 0 forks source link

Add more QC metrics for pmultiQC and use mzQC files #41

Open jpfeuffer opened 2 years ago

jpfeuffer commented 2 years ago

Description of feature

My plan is to use OpenMS' QCCalculator additionally in (almost) each step to create small mzQC files with additional summaries. Those mzQC files should contain only stuff that cannot be read from the final mzTab. This would also allow skipping the copying of the input mzMLs to the pmultiqc step since it just needs to read the already summarized data in the mzQC.

Please list places and metrics that we need to extract in the comments @ypriverol @timosachsenberg

MzMLs (run QCCalculator during mzML Indexing step?):

idXMLs (per Search engines):

idXMLs (after Perc/IDPEP):

idXMLs (after consensusID):

idXMLs (after filtering):

idXMLs (after inference):

features:

consensus features:

timosachsenberg commented 2 years ago

lets also keep https://github.com/axelwalter and https://github.com/cbielow in the loop