From 1900470d5b8ef985c8e1cd6ee19c153297ad7d31 Mon Sep 17 00:00:00 2001 From: Ally Hawkins <54039191+allyhawkins@users.noreply.github.com> Date: Fri, 13 Oct 2023 10:42:32 -0500 Subject: [PATCH] make sure code chunks are correctly formatted --- templates/qc_report/celltypes_supplemental_report.rmd | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/qc_report/celltypes_supplemental_report.rmd b/templates/qc_report/celltypes_supplemental_report.rmd index 3415096e..2c9b1e27 100644 --- a/templates/qc_report/celltypes_supplemental_report.rmd +++ b/templates/qc_report/celltypes_supplemental_report.rmd @@ -34,10 +34,14 @@ theme_set( strip.background = element_rect(fill = "transparent") ) ) +``` + ```{r, child='utils/celltype_functions.rmd'} ``` + +```{r, message = FALSE, echo = FALSE} # define library and sce object library_id <- params$library processed_sce <- params$processed_sce