yixiangD / Macrophage_framework

A common framework of monocyte-derived macrophage activation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Macrophage framework

Macrophages populate every organ during homeostasis and disease, displaying features of tissue imprinting and heterogeneous activation. The disjointed picture of macrophage biology that has emerged from these observations can be difficult to integrate across models or with in vitro macrophage activation paradigms. For these reasons, we set out to contextualize macrophage heterogeneity across tissues and inflammatory conditions, specifically aiming to define a common framework of macrophage activation. We built a predictive model with which we mapped the activation of macrophages across 12 tissues and 25 biological conditions, finding a strikingly common and finite number of transcriptional profiles which we modelled as stages along 4 conserved activation paths. We verified this model with adoptive cell transfer experiments and identified transient RELMɑ expression as a feature of macrophage tissue engraftment. We propose that this integrative approach of macrophage classification allows the establishment of a common predictive framework of macrophage activation that may serve to contextualize the future study of these cells.

An interactive shiny application to visualize critical aspects of the data in this publication can be accessed at https://t.jh.edu/macrophage-framework. scRNAseq datasets generated specifically for this publication may be retrieved from publicly available repositories with no restrictions on their use, under the following accession numbers: helminth infection of adipose tissue (GSE157313), bacterial infection of adipose tissue (GSE171328), High fat diet lamina propria (GSE171330) and skin wound (GSE183489).

This repository contains all relevant code to reproduce the findings and figures in the associated publication. Please cite us!

Learning scRNA-seq using R

Tutorial 1

Quality control

  1. filtering cells with lower and upper bounds on RNA expression and mitochondria expression

Batch effect correction and integration

Subset data to select macrophages

Macrophage gene markers:

  • Ilya: Lyve1, Fcgr1 (CD64)
  • F4/80 (Adgre1), CD68 (Cd68) (10.3389/fimmu.2023.1084636)
  • M1: CD11b (Itgam), iNOS (Nos2), CD86 (Cd86)
  • M2: CD206 (Mrc1), Arginase-1 (Arg1), Ym1 (Chil3) and Fizz1 (Retnla)

Data prep

MoMac

curl -o ./data/2021_MoMac_VERSE.RDS "https://nextcloud.gustaveroussy.fr/s/24CgwGbRekw8Xij/download/2021_MoMac_VERSE.RDS"

Computing using clusters

Eristwo

srun --pty -p normal --mem=32G -n 4 --time=01:00:00 /bin/bash

Reference papers

  • Normalizing single-cell RNA sequencing data: challenges and opportunities, 2017 Nature Methods

Misc Reference

About

A common framework of monocyte-derived macrophage activation

License:GNU General Public License v3.0


Languages

Language:R 98.8%Language:Python 1.2%Language:Makefile 0.1%