Using a pan-cancer atlas to investigate tumour associated macrophages as regulators of immunotherapy response
This repository contains code for atlas construction and figure plotting of the macrophage atlas.
Note that as some of the count data was obtained through contact of the study authors, users will need to obtain these data themselves in order to run the atlas construction code again.
Alternatively, users can download the complete atlas as a Seurat object from the Zenodo repository linked in the paper.
The atlas was constructed in two phases, first as a smaller atlas by Jun Murai, whose code is in atlas.construction/jun.code
. This was then extended by Alexander Coulton to the final version of the atlas as presented in the paper atlas.construction/alex.code
.
load 14 experiments.
load 3 more experiments.
integrate them if ready.
split myeloid dataset to 3 datasets: macrophage, DC and monocyte
find markers from the macrophage dataset
atlas.construction/alex.code/new.clustering
:
Extract macrophages from individual study single cell objects using author's annotation if available. If not available, define macrophages via expression of a macrophage signature per cluster after performing clustering of single study data, then extract and save macrophages.
atlas.construction/alex.code/load.all.macrophages
:
Combine all macrophage data, including Jun's intitial atlas and further individual datasets into a single Seurat object.
atlas.construction/alex.code/all.mac.clus.batch.script2.R
:
Perform integration of studies using SCTransform and RPCA.
atlas.construction/alex.code/macrophage.clustering.R
:
Perform clustering of macrophages.
atlas.construction/alex.code/find.markers2.R
:
Find markers for each cluster.
figures/mac.util.R
:
General utility functions for loading the final macrophage atlas
figures/figX.R
:
Plotting code for the respective figures in the paper.