Supplementary code for "Fc-engineered large molecules targeting blood-brain barrier transferrin receptor and CD98hc have distinct central nervous system and peripheral biodistribution compared to standard antibodies"
Description
The blood-brain barrier (BBB) poses a significant challenge drug delivery to the brain. BBB-crossing molecules are emerging as a new class of therapeutics with significant potential for central nervous system (CNS) indications. In particular, transferrin receptor (TfR)- and CD98 heavy chain (CD98hc)-targeting molecules have been demonstrated to cross the BBB for enhanced brain delivery. Previously, we reported TfR and CD98hc antibody transport vehicles (ATVTfR and ATVCD98hc) that utilize these BBB receptors to improve CNS drug delivery. Here, we provide a comprehensive and unbiased biodistribution characterization of ATVTfR and ATVCD98hc compared to a standard IgG at a multiscale level, ranging from whole-body to brain region- and cell type-targeting specificity. Mouse whole-body tissue clearing revealed distinct organ localization for each molecule. In the CNS, ATVTfR and ATVCD98hc not only achieves enhanced brain delivery but importantly, much broader parenchymal distribution in contrast to the severely limited distribution observed with a standard antibody that was not able to be improved even at very high dose levels. Using cell sorting and single-cell RNA sequencing of mouse brain, we revealed that standard IgG predominantly localizes to perivascular and leptomeningeal cells and reaches the CNS by entering the CSF, rather than crossing the BBB. In contrast, ATVTfR and ATVCD98hc enables broad parenchymal cell-specific distribution via transcytosis through brain endothelial cells (BECs) along the neurovasculature. Finally, we extended the translational relevance of our findings by revealing enhanced and broad brain and spinal cord biodistribution of ATVTfR compared to standard IgG in cynomolgus monkey. Taken together, this multiscale analysis reveals in-depth biodistribution differences between ATVTfR, ATVCD98hc, and standard IgG. These results may better inform platform selection for specific therapeutic targets of interest, optimally matching platforms to desired CNS target engagement, peripheral organ exposures, and predict or potentially reduce off-target effects.
Methods (English)
scRNA-seq analysis
Primary contact: sandmann@dnli.com
Rendered outputs & embedded R code
The scRNAseq_analysis_reports.zip
archive contains a website generated via literate programming using the quarto engine. Please download the scRNAseq_analysis_reports.zip
file, decompress it and open the index.html
file it contains in your web browser.
By browsing to the Analyses
tab, you can see the R code and the figures it generates side-by-side for each of the figures and supplementary figures describing the single-cell RNA-seq data.
Reproducing the analysis results
Primary data analysis with cellranger
Raw single-cell RNA-seq data (FASTQ files) is available in the NCBI GEO repository (Series GSE262436). Raw and processed count matrices for each sample were generated with cellranger count
(version v7.1.0) available from 10X Genomics.
{targets} workflow
All downstream processing was performed using R (version 4.4.1). The multi-step analysis was implemented using the targets R package.
The scRNAseq_analysis_r_package.zip
file available in this repository contains an R analysis package that includes (among other files):
- The
_targets.R
file that orchestrates the analysis workflow via the targets R package. - Custom functions used by
_targets.R
in the R subdirectory - A serialized R object used to assign cell type labels:
data/reference.rda
- A serialized R object containing a random forest classifier to distinguish cells from male and female animals:
data/sex_predictor.rda
- Multiple quarto markdown (
.qmd
) files in thevignettes
subdirectory that load the output of the_targets.R
workflow and create the final analyses and figures reported in the manuscript.
Each of the quarto markdown files loads one or more precomputed outputs, stored in the _targets
folder. This folder can either be generated from scratch (see section "{targets} workflow" below), or you can download our precomputed results in the _targets.zip
file in this repository (see section "Precomputed output" below).
Note: The scRNAseq_analysis_r_package
analysis R package can also be installed as an R package, but that is not required to reproduce our analysis.
Dependencies
To reproduce our analysis, you not only need our code but also the same versions of numerous R packages. The scRNAseq_analysis_r_package
folder you extracted above contains the renv.lock
file that can be used to restore the same analysis environment with the renv R package. (It lists all R packages that were installed on our system, as well as their exact version numbers.)
Please note that we used R version 4.4.1 and refer to the documentation of the renv::restore()
function for further details.
Rerunning the secondary analysis
Once you have restored the renv
environment on your local system, you can rerun our analysis pipeline from stratch by
- Starting a fresh R session (with the
renv
environment you restored above) - Setting your working directory to the analysis R package (e.g. the same directory that contains the
_targets.R
file). - Using targets to start the workflow:
targets::tar_make()
Please note that some of the analysis steps require a large amount of RAM; we completed the workflow on a virtual machine running Ubuntu 22.04.5 LTS linux with 8 cores and 64 Gb of RAM.
Precomputed output
The targets workflow stores intermediate and final output files in the _targets
subfolder. For convenience and to facilitate reproducibility, we have included the _targets.zip
archive in this repository as a separate zip archive.
To use our intermediate & final R objects, please download and decompress the _targets.zip
file, and then place the resulting _targets
folder into the root of the scRNAseq_analysis_r_package
folder with the analysis code (see above), e.g. at the same level as the _targets.R
script.
Methods (English)
Image analyses
Primary contact: djoy@dnli.com
FIJI/ImageJ
Macros to reproduce the analyses performed in FIJI/ImageJ are provided in the fiji_macros.zip
archive. See the README.md
file in that archive for a description of the scripts and how to use them.
Allen Mouse Brain Atlas
We provide a Zarr image archive format of the Allen Mouse Brain Atlas in AllenBrainAtlas.zarr.zip
containing our additional fused regions as described in Khoury et al 2024. The original Nissl stained volumes and annotations were downloaded from https://download.alleninstitute.org/informatics-archive/converted_mouse_ccf/. If you use this atlas in your work, please cite the original manuscript (DOI: 10.1016/j.cell.2020.04.007
)
Wang, Q. et al. The Allen Mouse Brain Common Coordinate Framework: A 3D Reference Atlas. Cell 181, 936-953.e20 (2020).
See the README.md
file in khoury_2024_registration.zip
for instructions and example code using this atlas.
Longitudinal Cynomolgus Macaque Atlas
We provide code to use the Longitudinal Cynomolgus Macaque Atlas to analyze light sheet images of macaque brains. To use this code, you must first download the longitudinal atlas from https://www.nitrc.org/projects/cyno_4d_atlas/. If you use this atlas in your work, please cite the original manuscript (DOI: 10.1016/j.neuroimage.2021.118799
)
Zhong, T. et al. Longitudinal brain atlases of early developing cynomolgus macaques from birth to 48 months of age. NeuroImage 247, 118799 (2022).
See the README.md
file in khoury_2024_registration.zip
for instructions and example code using this atlas.
Brain Registration Jupyter Notebooks
We provide two Jupyter notebooks to register and calculate mean and depthwise profiles of fluorescence intensity in mouse and macaque brains:
CynoBrainRegistration.ipynb
- Register macaque brains to the macaque brain atlas and extract regional statisticsMouseBrainRegistration.ipynb
- Register mouse brains to the mouse brain atlas and extract regional statistics
See the README.md
file in khoury_2024_registration.zip
for installation instructions and usage.
Files
_targets.zip
Files
(20.2 GB)
Name | Size | Download all |
---|---|---|
md5:81eadff6f6dce4f1359883f06c488b97
|
19.1 GB | Preview Download |
md5:a2cc7f1a8767221efc360f472d00ef93
|
1.1 GB | Preview Download |
md5:dc487038b3d2f1769f147520360acaee
|
21.3 kB | Preview Download |
md5:8d54880eb59e62512fc59745a3c78918
|
116.8 kB | Preview Download |
md5:38944dcb9b96c023a1b832e8835be9de
|
58.1 MB | Preview Download |
md5:cbca47ba5bc3f689c7aeb164d89af5d3
|
24.0 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Preprint: 10.1101/2024.07.11.602993 (DOI)