decryptM is a quantitative chemical-proteomics approach to characterize pathway engagement of biomolecules (e.g. drugs) in cells. These molecules are applied in a dose- or time-dependent manner. The modulation of ten-thousands posttranslational modifications (such as phosphorylation, acetylation, and ubiquitinylation) are then recorded by mass spectrometry in parallel. Read more about the technique in our recent publication.
Here, you can access the decryptM pipeline, which is written completely in Python. We hope that this pipeline will enable other researchers to implement the decryptM approach in their labs more quickly.
We have developed a better way of analyzing dose-response curves using p-values for individual curves.
For more information, please visit:
2. Install the virtual environment manager anaconda to install package dependencies safely (https://www.anaconda.com/).
(base)$ cd <path_to_repository>
(base)$ conda env create -f ./environment.yml
(base)$ conda activate decryptM
(decryptM)$
A copy of version 1.6.12.0 can be downloaded via pride.
(decryptM)$ python ./decryptM/pg_transform.py <in_path>
Each dataset comes with a parameter file. This file contains all necessary information for each processing batch. Multiple experiments can be processed together if they share the same experimental parameter structure.
For more information about the toml parameters, see the comments in the toml file.
(decryptM)$ python ./decryptM/pipeline.py -q -p <toml_path>
Depending on the number of curves, the execution may take several hours.