theislab / singlecell_proteomics

5 stars 3 forks source link

Single-cell proteomics analysis in python

This repository contains analyses done for Ultra-high sensitivity mass spectrometry quantifies single-cell proteome changes upon perturbation, A Brunner, ..., M Mann, Molecular Systems Biology (2022). For replication you will need to download the files in DIANN1.8_SingleCells_CellCycle.7z from https://www.ebi.ac.uk/pride/archive/projects/PXD024043.

The analyses were performed in python and heavily use scanpy and anndata functionality. Both python packages were originally created for single cell transcriptomics analyses, but can to a large part also directly be applied to protein data and thus help kick off this exciting new field! Especially scanpy enables easy data visualizations like PCA plots or UMAPs and provides some ready to use analysis methods like assigning cell cycle stage scores to single cells given some cell cycle markers.