Skip to content

Commit

Permalink
make sure code chunks are correctly formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
allyhawkins committed Oct 13, 2023
1 parent d89c7dd commit 1900470
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/qc_report/celltypes_supplemental_report.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,14 @@ theme_set(
strip.background = element_rect(fill = "transparent")
)
)
```

<!-- Import shared functions for cell type plotting -->
```{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
Expand Down

0 comments on commit 1900470

Please sign in to comment.