Skip to content

JhuangLabPaper/Rade_Grieb_et_al_2023

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grieb_et_al_2023

This repository contains code used to produce the results in: Rade, M., Grieb, N., Weiss, R. et al. Single-cell multiomic dissection of response and resistance to chimeric antigen receptor T cells against BCMA in relapsed multiple myeloma. Nat Cancer 5, 1318–1333 (2024). https://doi.org/10.1038/s43018-024-00763-8

Includes:

  • Seurat object used for publication

Singularity

All scripts were developed in a Singularity image with Rstudio server. See README in ./singularity/.

Reproduction

$ bash reproduce.sh

The script must be run in the base path (./) of this repository. Following the content of reproduce.sh:

# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
# cellranger, harmonize, clustering, integration, clonotyping
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Rscript code/01_cellranger.R
Rscript code/02_cellranger_to_seurat
Rscript code/03_qc_merge_seurat.R
Rscript code/04_cell_annotation.R
Rscript code/05_integration.R
Rscript code/06_clonotyping_t.R
Rscript code/07_clonotyping_b.R

# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
# Main Figures
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Rscript code/figure_scripts/figure_02.R
Rscript code/figure_scripts/figure_03.R
Rscript code/figure_scripts/figure_04.R
Rscript code/figure_scripts/figure_06.R
Rscript code/figure_scripts/figure_07.R
Rscript code/figure_scripts/figure_08.R

# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
# Supplemental
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Rscript code/figure_scripts/supplement_pbmc_post_vs_pre.R
Rscript code/figure_scripts/supplement_monocle3.R

The paths to the objects/folders are defined in the manifest.yaml file. All scripts use the paths defined in the yaml file. This means that no absolute paths are specified in the scripts.

Releases

No releases published

Packages

No packages published

Languages

  • R 86.6%
  • TeX 12.4%
  • Shell 1.0%