pmultiqc

pmultiqc ๐Ÿ”๐Ÿ“ˆ

Python application Upload Python Package PyPI - Version PyPI - Downloads Pepy Total Downloads GitHub Repo stars

๐Ÿš€ What is pmultiqc?

pmultiqc is a MultiQC plugin for comprehensive quality control reporting of proteomics data. It generates interactive HTML reports with visualizations and metrics to help you assess the quality of your mass spectrometry-based proteomics experiments.

โœจ Key Features

๐ŸŒ Public Services

You can use pmultiqc through our public web services:

Service URL Status Description
EBI PRIDE Service https://www.ebi.ac.uk/pride/services/pmultiqc/ PRIDE pmultiqc service Official EBI service with PRIDE integration

๐ŸŽฏ Service Features

๐Ÿ“‹ Supported Data Sources

pmultiqc supports the following data sources:

1. quantms pipeline output files:

2. MaxQuant result files:

3. DIA-NN result files:

4. ProteoBench file:

5. mzIdentML files:

๐Ÿ’พ Installation

Install from PyPI

# To install the stable release from PyPI:
pip install pmultiqc

Install from Source (Without PyPI)

# Fork the repository on GitHub

# Clone the repository
git clone https://github.com/your-username/pmultiqc.git
cd pmultiqc

# Install the package locally
pip install .

# Now you can run pmultiqc on your own dataset

๐Ÿ› ๏ธ Usage

pmultiqc is used as a plugin for MultiQC. After installation, you can run it using the MultiQC command-line interface.

Basic Usage

multiqc {analysis_dir} -o {output_dir}

Where:

Examples

For quantms pipeline results

# Basic usage
multiqc /path/to/quantms/results -o ./report

# With specific options
multiqc /path/to/quantms/results -o ./report --remove_decoy --condition factor

For MaxQuant results

multiqc --parse_maxquant /path/to/maxquant/results -o ./report

For DIA-NN results

multiqc /path/to/diann/results -o ./report

For ProteoBench files

multiqc --parse_proteobench /path/to/proteobench/files -o ./report

For mzIdentML files

multiqc --mzid_plugin /path/to/mzid/files -o ./report

Command-line Options

Option Description Default
--raw Keep filenames in experimental design output as raw False
--condition Create conditions from provided columns -
--remove_decoy Remove decoy peptides when counting True
--decoy_affix Pre- or suffix of decoy proteins in their accession DECOY_
--contaminant_affix The contaminant prefix or suffix CONT
--affix_type Location of the decoy marker (prefix or suffix) prefix
--disable_plugin Disable pmultiqc plugin False
--quantification_method Quantification method for LFQ experiment feature_intensity
--disable_table Disable protein/peptide table plots for large datasets False
--ignored_idxml Ignore idXML files for faster processing False
--parse_maxquant Generate reports based on MaxQuant results False
--parse_proteobench Generate reports based on ProteoBench result False
--mzid_plugin Generate reports based on mzIdentML files False

๐Ÿ“Š QC Metrics and Visualizations

pmultiqc generates a comprehensive report with multiple sections:

๐Ÿ“‘ General Report

๐Ÿ“š Results Tables

๐Ÿ“ˆ Identification Statistics

๐Ÿ” Example Reports

You can find example reports on the docs page. Here are the direct links to different example reports:

Example Type Description Link
LFQ Label-free quantification LFQ Example
TMT Tandem mass tag TMT Example
quantms DIA Data-independent acquisition quantms DIA Example
DIA-NN Data-independent acquisition DIA-NN Example
MaxQuant MaxQuant results MaxQuant Example
MaxQuant DIA MaxQuant DIA results MaxQuant DIA Example
ProteoBench ProteoBench results ProteoBench Example
mzIdentML with mzML mzIdentML with mzML files mzIdentML with mzML Example
mzIdentML with MGF mzIdentML with MGF files mzIdentML with MGF Example

๐Ÿ‘ฅ Contributing

To contribute to pmultiqc:

  1. ๐Ÿด Fork the repository
  2. ๐Ÿ“ฅ Clone your fork: git clone https://github.com/YOUR-USERNAME/pmultiqc
  3. ๐ŸŒฟ Create a feature branch: git checkout -b new-feature
  4. โœ๏ธ Make your changes
  5. ๐Ÿ”ง Install in development mode: pip install -e .
  6. ๐Ÿงช Test your changes: cd tests && multiqc resources/LFQ -o ./
  7. ๐Ÿ’พ Commit your changes: git commit -am 'Add new feature'
  8. ๐Ÿ“ค Push to the branch: git push origin new-feature
  9. ๐Ÿ“ฉ Submit a pull request

๐Ÿ“– Documentation

For more detailed information, visit the pmultiqc GitHub repository or check the documentation site.

๐Ÿ“œ License

This project is licensed under the terms of the LICENSE file included in the repository.

๐Ÿ“ Citation

If you use pmultiqc in your research, please cite:

pmultiqc: A MultiQC plugin for proteomics quality control
https://github.com/bigbio/pmultiqc

โ“ Need Help?

If you have questions or need assistance: