Commit 1138b67b authored by Chaos's avatar Chaos
Browse files

update

parent 9a618d07
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -436,14 +436,14 @@ volcano_plot <- function(
					"text",
					x = xlimits/2, 
					y = max(dt$log10P) + 0.5,
					label = stat[regulation == "down",label],
					label = stat[regulation == "up",label],
					family = font
				) +
				annotate(
					"text",
					x = xlimits/2 * -1, 
					y = max(dt$log10P) + 0.5,
					label = stat[regulation == "up",label],
					label = stat[regulation == "down",label],
					family = font
				)
	}