Skip to content

Commit 77a8624

Browse files
committed
fix minor bugs in test data
1 parent 094128a commit 77a8624

File tree

12 files changed

+3
-2
lines changed

12 files changed

+3
-2
lines changed

inst/rmarkdown/templates/rnaseqv2/skeleton/DE/DEG.Rmd renamed to inst/rmarkdown/templates/rnaseq/skeleton/DE/DEG.Rmd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ params:
2121
denominator: normal
2222
subset_value: NA
2323
params_file: params_de.R
24+
project_file: ../information.R
2425
---
2526

2627
```{r load_params, echo = F}
@@ -54,7 +55,7 @@ opts_chunk[["set"]](
5455
prompt = FALSE,
5556
tidy = FALSE,
5657
warning = FALSE,
57-
echo = F,
58+
echo = T,
5859
fig.height = 4)
5960
```
6061

@@ -332,7 +333,7 @@ res_for_writing <- res %>%
332333
pathways_for_writing <- pathways_long %>%
333334
mutate(comparison = str_interp("${params$numerator}_vs_${params$denominator}"))
334335
335-
if (!is.na(subset_value)){
336+
if (!is.na(params$subset_value)){
336337
counts_norm <- counts_norm %>%
337338
mutate(subset = params$subset_value)
338339
res_for_writing <- res_for_writing %>%

inst/rmarkdown/templates/rnaseqv2/skeleton/QC/placeholder

Whitespace-only changes.

0 commit comments

Comments
 (0)