Skip to content

Commit edbc3dc

Browse files
committed
docs: make clarification about plots in report
1 parent 800c6de commit edbc3dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/differentialabundance_report.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,7 @@ 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.
549550

550551
# Results
551552

0 commit comments

Comments
 (0)