Commit 7bf4f797 authored by fc-ibb105's avatar fc-ibb105
Browse files

modified RNA-seq.R in R

parent e7193aa0
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -612,12 +612,13 @@ c.volcano <- function(
	}

	if(length(compare_label) != n_compare){
		plot +
		plot <- plot +
				facet_wrap(~ compare)
	}else{
		plot +
		plot <- plot +
				facet_wrap(~ compare_label)
	}
	plot
}