/single_cell_intestine

R code for single-cell analysis of intestinal epithelial cells

Primary LanguageR

A single-cell survey of the intestinal epithelium

Single-cell analysis code

This repo contains quick start R code for analysis of 7,216 intestinal epithelial cells. The easiest way to run it is to clone the repo (download ZIP button at top) and open the file 'Analysis.Rmd' in RStudio. Each code chunk can then be run by clicking the run button (top right corner of each chunk).

There are several R (3.3 or later is required) packages needed to run the code, each can be installed using the 'install.packages' command. For example, to install the NMF package used to render a heatmap, run the R command 'install.packages("NMF")'. The 'sva' package used for batch correction must be installed from Bioconductor:

## try http:// if https:// URLs are not supported
source("https://bioconductor.org/biocLite.R")
biocLite("sva")

Abstract

Intestinal epithelial cells absorb nutrients, respond to microbes, function as a barrier and help to coordinate immune responses. Here we report profiling of 53,193 individual epithelial cells from the small intestine and organoids of mice, which enabled the identification and characterization of previously unknown subtypes of intestinal epithelial cell and their gene signatures. We found unexpected diversity in hormone-secreting enteroendocrine cells and constructed the taxonomy of newly identified subtypes, and distinguished between two subtypes of tuft cell, one of which expresses the epithelial cytokine Tslp and the pan-immune marker CD45, which was not previously associated with non-haematopoietic cells. We also characterized the ways in which cell-intrinsic states and the proportions of different cell types respond to bacterial and helminth infections: Salmonella infection caused an increase in the abundance of Paneth cells and enterocytes, and broad activation of an antimicrobial program; Heligmosomoides polygyrus caused an increase in the abundance of goblet and tuft cells. Our survey highlights previously unidentified markers and programs, associates sensory molecules with cell types, and uncovers principles of gut homeostasis and response to pathogens.

Experimental workflow Infection with H.polygyrus

Related Resources

For questions or issues email: ahaber -at- broadinstitute.org