@@ -91,6 +91,12 @@ pmultiqc supports the following data sources:
9191### 7. [ nf-core/mhcquant] ( https://nf-co.re/mhcquant ) result files:
9292 - ` mhcquant/results-* ` : folder containing mhcquant results
9393
94+ 8 . ** [ QPX] ( https://github.com/bigbio/qpx ) ** files:
95+ - ` *.psm.parquet ` : QPX PSMs
96+ - ` *.pg.parquet ` : QPX PG
97+ - ` *.feature.parquet ` : QPX feature
98+ - ` *sdrf.tsv ` : SDRF-Proteomics (optional)
99+
94100## 💾 Installation
95101
96102### Install from PyPI
@@ -178,6 +184,12 @@ multiqc --fragpipe-plugin /path/to/fragpipe/files -o ./report
178184multiqc --mhcquant-plugin /path/to/mhcquant/files -o ./report
179185```
180186
187+ #### For qpx files
188+
189+ ``` bash
190+ multiqc --qpx-plugin /path/to/qpx/files -o ./report
191+ ```
192+
181193### Command-line Options
182194
183195| Option | Description | Default |
@@ -199,6 +211,7 @@ multiqc --mhcquant-plugin /path/to/mhcquant/files -o ./report
199211| ` --mzid-plugin ` | Generate reports based on mzIdentML files | ` False ` |
200212| ` --fragpipe-plugin ` | Generate reports based on FragPipe files | ` False ` |
201213| ` --mhcquant-plugin ` | Generate reports based on mhcquant files | ` False ` |
214+ | ` --qpx-plugin ` | Generate reports based on qpx files | ` False ` |
202215| ` --disable-hoverinfo ` | Disable interactive hover tooltips in the plots | ` False ` |
203216
204217## 📊 QC Metrics and Visualizations
@@ -255,6 +268,7 @@ You can find example reports on the [docs page](https://bigbio.github.io/pmultiq
255268| mzIdentML with MGF | mzIdentML with MGF files | [ mzIdentML with MGF Example] ( https://pmultiqc.quantms.org/PXD054720/multiqc_report.html ) ([ disable_hoverinfo] ( https://pmultiqc.quantms.org/PXD054720_disable_hoverinfo/multiqc_report.html ) ) | [ PXD054720 folder] ( https://ftp.pride.ebi.ac.uk/pride/data/archive/2024/08/PXD054720/ ) |
256269| FragPipe | FragPipe results | [ FragPipe Example] ( https://pmultiqc.quantms.org/PXD062399/multiqc_report.html ) ([ disable_hoverinfo] ( https://pmultiqc.quantms.org/PXD062399_disable_hoverinfo/multiqc_report.html ) ) | [ PXD062399.zip] ( https://ftp.pride.ebi.ac.uk/pub/databases/pride/resources/proteomes/pmultiqc/example-projects/PXD062399.zip ) |
257270| mhcquant | mhcquant results | [ mhcquant Example] ( https://pmultiqc.quantms.org/mhcquant/multiqc_report.html ) ([ disable_hoverinfo] ( https://pmultiqc.quantms.org/mhcquant_disable_hoverinfo/multiqc_report.html ) ) | [ mhcquant_3-1-0_results.zip] ( https://ftp.pride.ebi.ac.uk/pub/databases/pride/resources/proteomes/pmultiqc/mhcquant/mhcquant_3-1-0_results.zip ) |
271+ | QPX | QPX results | [ QPX Example] ( https://pmultiqc.quantms.org/qpx/multiqc_report.html ) ([ disable_hoverinfo] ( https://pmultiqc.quantms.org/qpx_disable_hoverinfo/multiqc_report.html ) ) | [ qpx_example.zip] ( https://ftp.pride.ebi.ac.uk/pub/databases/pride/resources/proteomes/pmultiqc/example-projects/qpx_example.zip ) |
258272
259273### 🔍 Large-Scale Dataset Reports
260274
0 commit comments