From eaad0e20156d74d74c1ef3a453c8ad4c8078ff93 Mon Sep 17 00:00:00 2001 From: Sebastian Gregoricchio <52447016+sebastian-gregoricchio@users.noreply.github.com> Date: Fri, 9 Aug 2024 11:51:46 +0200 Subject: [PATCH] Update volcano.R --- R/volcano.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/R/volcano.R b/R/volcano.R index fd2a84a..33de435 100644 --- a/R/volcano.R +++ b/R/volcano.R @@ -147,7 +147,8 @@ volcano = function(log2FC_data, values = c(left_color, right_color, unresponsive_color, - null_color)) + + null_color), + drop = F) + xlab(x_label) + ylab(y_label) + theme_classic() +