Integration of proteomics with genomics and transcriptomics increases the diagnosis rate of Mendelian disorders

This project contains different scripts to automatize and visualize analysis performed for the "Integration of proteomics with genomics and transcriptomics increases the diagnosis rate of Mendelian disorders" paper.

Webserver, produced as one of the outputs of the pipeline.

Project structure

This project is setup as a wBuild workflow. This is an automatic build tool for R reports based on snakemake.

Data and prerequisites

This project depends on the packages wBuild and PROTRIDER

The pipeline starts with the series of files available via Zenodo: DOI:10.5281/zenodo.4501904

The proteomic raw data and MaxQuant search files have been deposited to the ProteomeXchange Consortium via the PRIDE partner repository and can be accessed using the dataset identifier PXD022803

Repository setup

First download the repo and its dependencies:

# analysis code
git clone https://github.com/gagneurlab/omicsDiagnostics
cd omicsDiagnostics

and install wbuild using pip by running.

pip install wBuild
wBuild init

Since wBuild init will reset the current Snakefile, readme.md, and wbuild.yaml we have to revert them again with git.

git checkout Snakefile
git checkout wbuild.yaml
git checkout readme.md

Install dependencies

Run the full pipeline

To run the full pipeline, execute the following commands with 10 cores in parallel:

  1. conda activate omicsDiagnostics

  2. snakemake graph

  3. snakemake publish -j 10