Analysis for "FOXR2 targets LHX6+/DLX+ neural lineages to drive CNS neuroblastoma" (Jessa*, De Cola*, Chandarana*, et al, Cancer Research, 2024)
code/scripts/per_sample_script_examples
(the execution of these scripts is performed in the data/singlecell
, data/RNAseq
, etc folders, not included here).code
, with the associated .md and rendered HTML files.renv.lock
–> lockfile containing all package versions for R analysiscode
–> code for R analysis, contains the .Rmd files that run the high-level analyses and produce figures included in the paper
functions
–> contains .R files with custom functions used throughout the analysisscripts
–> contains .R and bash scripts for analyses that are repeated on individual samples, as well as helper scripts e.g. for formatting datainclude
–> contains templates, palettes, etc, for this repositoryrr_helpers.R
–> contains helper functions for working with this GitHub repository template (rr
)Rendered HTML files for each analysis can be viewed here:
Code to reproduce analyses is saved in code/
.
Source of each Main Figure in the R markdowns:
Figure number | Description | R markdown |
---|---|---|
1a | Oncoprint | 01 |
1b | FOXR2 expression in bulk human brain tumors | 03 |
2a | TF fingerprint expression in normal brain | NA - Custom schematic + imaging from online browsers (link, link) |
2b-c | TF fingerprint SVM and expression in normal development | 05 |
3a, c-d | TF fingerprint expression in selected bulk human tumors | 05 |
3b | Comparison of TF expression in bulk FOXR2+/- extracranial neuroblastoma (Gartlgruber 2021 dataset) | 08 |
4a-b, e-f | ssGSEA scoring in bulk human tumors | 06.1 |
4c (top), 4d | Single-cell NB-FOXR2 mapping | 06.2 |
4c (bottom) | Single-cell NB-FOXR2 colored by sample | 04 |
5 | Survival and imaging of murine models | NA - figures from Pathania lab |
6a-b | Single-cell murine models inferCNV and UMAP colored by broad cell classes | 07.1 |
6c-f | Human tumor signature generation and ssGSEA scoring in murine models (neuron-like cells) | 07.2 |
7a-c | Mouse model qPCR and survival curve | NA - figures from Pathania lab |
7d-e | FOXR2 CUT&RUN peak overlap and motif enrichment | 09 |
7f-i | Genomic tracks of CUT&RUN, ATAC, RNAseq | NA - figures from IGV |
Source of each Supplementary Figure in the R markdowns:
Supplementary figure number | Title | R markdown |
---|---|---|
1a-b | Single-cell tumor QC | 04 |
1c | inferCNV in human tumors | NA - png files from data/singlecell/pipeline_sc*/{sample}/inferCNV |
1d | MDM4 expression in human bulk tumors | 03 |
1e | MDM4 expression in human single-cell tumors | 06.2 |
2 | TF fingerprint expression in individual clusters of normal development | 05 |
3a-b | TF fingerprint expression in all human bulk tumors | 05 |
3c | Comparison of TF expression in bulk FOXR2+/- extracranial neuroblastoma (TARGET dataset) | 08 |
4 | Top ssGSEA scoring signatures per human bulk brain tumor, indiscriminant signature (see Methods) | 06.1 |
5a | OL marker expression in human bulk brain tumors | 05 |
5b | Expression of neuronal markers in normal brain | NA - from online browser |
5c | Neuronal marker expression in human single-cell NB-FOXR2 | 06.2 |
6a, c-d | Single-cell murine models cell type annotation and marker expression | 07.1 |
6b | inferCNV in malignant cells of murine models | NA - png files from data/singlecell/mm_inferCNV/{sample}/malignant_only |
6e | Human tumor signature scoring in glial-like cells of murine models | 07.2 |
7 | Imaging of orthotopic engraftment | NA - figures from Pathania lab |
Source of each Supplementary Table in the R markdowns (denoted by section titled TABLE...
):
Supplementary table number | Title | R markdown |
---|---|---|
1 | Murine models | NA – murine experimental information from Pathania lab |
2 | NGS summary | NA - generated external to this repo |
3 | Human tumor bulk QC | 03 |
4 | Human tumor singlecell QC | 04 |
5 | Murine models singlecell QC | 07.1 |
6 | Normal reference datasets | NA – created manually, collects references used in 02, 05, 06.2, 07.1 |
7 | Murine models annotation reference labels | 07.1 |
8 | TF quantification | 05 |
9 | Reference gene signatures | 06.1 |
10 | Cell type signature enrichment | 06.1 |
Gartlgruber 2021 dataset of extracranial neuroblastoma (bulk RNA-seq) analyzed in this study were obtained as count matrices from a public Shiny web app provided by the authors.
TARGET
dataset of extracranial neuroblastoma (bulk RNA-seq) analyzed in this
study were obtained as count matrices from the public Genomic Data Commons (GDC)
cancer portal as described in R markdown 08
.
The following are tracked / available on GitHub:
.Rmd
files, containing the code, and .md
and rendered HTML files, containing code and outputsrenv
packageThe following are not tracked / available on GitHub:
png
/pdf
formatIf you use or modify code provided here, please cite this work as follows:
Selin Jessa, Bhavyaa Chandarana, Steven Hébert, and Claudia L. Kleinman. (2024). NB-FOXR2 analysis code. Zenodo. https://www.doi.org/10.5281/zenodo.13755695