Commit 31c29167 authored by fc-ibb105's avatar fc-ibb105
Browse files

modified RNA-seq.R in R

parent e0768982
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -440,13 +440,7 @@ c.volcano <- function(
				show.legend = show_legend
			) +
			geom_point(
						if(length(compare_label) != n_compare){
		plot <- plot +
				facet_wrap(~ compare)
	}else{
		plot <- plot +
				facet_wrap(~ compare_label)
	}data = dt[color == "down"],
					data = dt[color == "down"],
					aes(log2FC,log10P),
					color = color_down,
					size = point_size,