Florian Rosenberger et al., 2023 - in revision
Single-cell proteomics by mass spectrometry (MS) is emerging as a powerful and unbiased method for the characterization of biological heterogeneity. So far, it has been limited to cultured cells, whereas an expansion of the method to complex tissues would greatly enhance biological insights. Here we describe single-cell Deep Visual Proteomics (scDVP), a technology that integrates high-content imaging, laser microdissection and multiplexed MS. scDVP resolves the context-dependent, spatial proteome of murine hepatocytes at a current depth of 1,700 proteins from a slice of a cell. Half of the proteome was differentially regulated in a spatial manner, with protein levels changing dramatically in proximity to the central vein. We applied machine learning to proteome classes and images, which subsequently inferred the spatial proteome from imaging data alone. scDVP is applicable to healthy and diseased tissues and complements other spatial proteomics or spatial omics technologies.
Processed mass spectrometry raw data and other input files have been saved in the following folders:
Figures and result dataframes are saved in the output folder.
Run "_Top_code.R" to execute the entire R code.
- Figure 3a, PCA with distance metric overlay
- Figure 3b, Distance metric versus PC1
- Figure 3c, Global heatmap of 70% complete proteome
- Figure 3d, Expression by location
- Figure 3e, Relative expression of top-10 differential proteins
- Figure 3f, Spatial Gene Set Enrichment Analysis
- Figure 3g, Subcellular compartments
- Figure 3h, OXPHOS and mitochondrial fatty acid metabolism
- Figure 3i/j, Urea cycle and peroxisomal fatty acid metabolism
- Figure 4a, Pseudo-FACS plot
- Figure 4b, Proteome bin versus staining intensity
- Figure 4e, Proteome prediction of an unseen section
- Figure 4f, Proteome prediction on m4A
- Figure S3a, Labelling efficiency
- Figure S3b, Area of hepatocytes
- Figure S3c, Protein IDs per biological replicate
- Figure S3d, Microdissected area versus protein IDs
- Figure S3e, Data completeness versus intensity
- Figure S3f, Normalization versus CVs
- Figure S4a, PCA with Ass1 expression levels
- Figure S4b, PCA with Cyp2e1 expression levels
- Figure S4c, Distance metric versus PC12
- Figure S4d, PCA with loadings
- Figure S4e, PCA including endothelial cells
- Figure S5a, Volcano plot
- Figure S5b, Shapiro-Wilk-Test
- Figure S5d, Relative expression of bottom-10 differential proteins
Clone Repository
Navigate to your local GitHub folder and enter:
>git clone https://github.com/MannLabs/single-cell-DVP.git
Transferring local copy to GitHUb
Update current status:
#git pull https://github.com/MannLabs/single-cell-DVP.git
Push changes by indicating the date of change and editor (e.g.: Florian Rosenberger on Feb 20 e.g. 20230220_FR)
- Get the path of you local GitHub folder
P:\03_Experiments\24_Borderline_Project\18_Github\Borderline_Manuscript>git init
- Add files and commit changes:
>git add .
>git commit -m "20230220_Editor"
>git remote -v
>git push origin main