Skip to content

Commit

Permalink
fix minor bugs in test data
Browse files Browse the repository at this point in the history
  • Loading branch information
lpantano committed Apr 24, 2024
1 parent 094128a commit 77a8624
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ params:
denominator: normal
subset_value: NA
params_file: params_de.R
project_file: ../information.R
---

```{r load_params, echo = F}
Expand Down Expand Up @@ -54,7 +55,7 @@ opts_chunk[["set"]](
prompt = FALSE,
tidy = FALSE,
warning = FALSE,
echo = F,
echo = T,
fig.height = 4)
```

Expand Down Expand Up @@ -332,7 +333,7 @@ res_for_writing <- res %>%
pathways_for_writing <- pathways_long %>%
mutate(comparison = str_interp("${params$numerator}_vs_${params$denominator}"))
if (!is.na(subset_value)){
if (!is.na(params$subset_value)){
counts_norm <- counts_norm %>%
mutate(subset = params$subset_value)
res_for_writing <- res_for_writing %>%
Expand Down
Empty file.

0 comments on commit 77a8624

Please sign in to comment.