Commit a30266b9 authored by fc-ibb105's avatar fc-ibb105
Browse files

modified RNA-seq.R in R

parent b5f85dd5
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -417,7 +417,6 @@ c.volcano <- function(
				aes(log2FC,log10P),
				color = color_ns,
				size = point_size,
				shape = point_shape,
				show.legend = show_legend
			) +
			geom_point(
@@ -425,7 +424,6 @@ c.volcano <- function(
				aes(log2FC,log10P),
				color = color_up,
				size = point_size,
				shape = point_shape,
				show.legend = show_legend
			) +
			geom_point(
@@ -433,7 +431,6 @@ c.volcano <- function(
					aes(log2FC,log10P),
					color = color_down,
					size = point_size,
					shape = point_shape,
					show.legend = show_legend
			) +
			geom_point(
@@ -441,7 +438,6 @@ c.volcano <- function(
					aes(log2FC,log10P),
					color = color_special,
					size = point_size,
					shape = point_shape,
					show.legend = show_legend
			) + 
			facet_wrap(~ compare)