Lin et al. Directed Evolution of Adeno-Associated Virus for Efficient Gene Delivery to Microglia. (Accepted) Nat. Methods.
Characterization of microglia polarization states under targeted AAV transduction using bulk and single cell RNA sequencing.
The study of microglia biology and the development of microglia-based gene therapies are in urgent need of efficient and safe vehicles for microglia transgene delivery. To address this, we developed adeno-associated virus (AAV) variants that mediate efficient in vitro and in vivo microglia transduction via directed evolution of the AAV capsid protein. To assess the effect of AAV transduction on microglia, we carried out bulk RNAseq in primary microglia and found that microglia transduced by AAV remain close to homeostatic state. Furthermore, single-cell RNA sequencing showed that the AAV-MG variants mediate safe in vivo transgene delivery without inducing microglia immune activation. These AAV variants should facilitate the applications of various genetically-encoded sensors and effectors in studying microglia-related biology and therapeutic interventions.
Assessment of in vivo AAV transduction in microglia by scRNA-seq:
Assessment of AAV transduction on in vitro cultured microglia via RNAseq:
The sequencing data used in this study can be accessed via GEO under
the accession number GSE197743.
You may also follow the above vignettes and use GEOquery to
download the data programmatically.
Codes reproducing the analysis and figures in the original
publication are written with Rmarkdowns, rendered as html-pages and
hosted on Github pages.
If you’d like to reproduce the vignettes on your own, simply clone the
repository:
git clone https://github.com/RuiyuRayWang/Lin_AAV_Microglia_public.git
Some packages are required in order to build and run the vignettes. You may install them as follows:
install.packages("tidyverse")
install.packages('Seurat')
install.packages("ggpubr")
install.packages("pheatmap")
install.packages("RColorBrewer")
install.packages("cvms")
install.packages("epitools")
install.packages("scales")
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("GEOquery")
BiocManager::install("scater")
BiocManager::install("SummarizedExperiment")
BiocManager::install("org.Mm.eg.db")
BiocManager::install("DESeq2")
if (!requireNamespace("remotes", quietly = TRUE)) {
install.packages("remotes")
}
remotes::install_github("mojaveazure/seurat-disk")
This study is supported by Ministry of Science and Technology China Brain Initiative Grant (2021ZD0202803), the Research Unit of Medical Neurobiology, Chinese Academy of Medical Sciences (2019RU003), and the Beijing Municipal Goverment.