Skip to content

Commit c073546

Browse files
committed
newline
1 parent 5d1db2f commit c073546

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

inst/rmarkdown/module.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ knitr::asis_output("# Module MODULE_NUMBER ")
3939
```
4040

4141
```{r, level_0b_MOD_MODULE_NUMBER, eval=TRUE, echo=FALSE, results = "asis"}
42-
knitr::asis_output(paste0("Module name: ", names(cluster_set[MODULE_NUMBER, ]@gene_clusters)))
42+
knitr::asis_output(paste0("Module name: ", names(cluster_set[MODULE_NUMBER, ]@gene_clusters), "\n\n"))
4343
knitr::asis_output(paste0("Module size: ", length(cluster_set[MODULE_NUMBER, ]@gene_clusters)))
4444
```
4545

@@ -193,7 +193,7 @@ DT::datatable(
193193
title = "gene_list_MOD_MODULE_NUMBER"))))
194194
```
195195

196-
```{r, level_2_MOD_MODULE_NUMBER, eval=TRUE, echo=FALSE, results = "asis"}
196+
```{r, level_2_MOD_MODULE_NUMBER, eval="module_cell_annot_IA" %in% section, echo=FALSE, results = "asis"}
197197
knitr::asis_output("## Functional Annotation (IA-based) {.panelset}")
198198
```
199199

0 commit comments

Comments
 (0)