Skip to content

Commit 47b140d

Browse files
committed
Print volcano plots
1 parent 9c70ce0 commit 47b140d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/differentialabundance_report.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -949,8 +949,8 @@ for (i in 1:nrow(contrasts)){
949949
p <- do.call(plotly_scatterplot, plot_args) %>%
950950
layout(xaxis = list(range=list(-max_fc, max_fc)))
951951
952-
p
953-
952+
print(htmltools::tagList(p))
953+
cat("\n\n")
954954
# ... then show tables of the up/ down genes
955955
956956
for (dir in c('up', 'down')){

0 commit comments

Comments
 (0)