Skip to content

Commit 84a7c7d

Browse files
committed
chore: remove unused reporting variable
1 parent 4b8977f commit 84a7c7d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

assets/differentialabundance_report.Rmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,6 @@ contrasts_to_print$model <- sapply(contrasts_to_print$Id, function(id) {
546546
547547
print( htmltools::tagList(datatable(contrasts_to_print, caption = paste0("Table of contrasts"), rownames = FALSE, options = list(dom = ifelse(nrow(contrasts_to_print) > 10, 'tp', 't'))) ))
548548
```
549-
Note: For formula-based contrasts without a 'variable', the column was automatically filled with `params$report_grouping_variable` to support grouping in plots and reports.
550549

551550
# Results
552551

nextflow.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ params {
186186

187187
// Report options
188188
skip_reports = false
189-
report_grouping_variable = null
190189

191190
// Note: for shinyapps deployment, in addition to setting these values,
192191
// SHINYAPPS_TOKEN and SHINYAPPS_SECRET must be available to the

0 commit comments

Comments
 (0)