Commit 651951f3 authored by Chaos's avatar Chaos
Browse files

update

parent 5ffe7cfc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -256,7 +256,7 @@ volcano_plot <- function(
		]
	}

	if(! special_gene %in% dt$gene_name){
	if(is.null(special_gene)){
		label_all <- c("Down","Not significant","Up")
		color_all <- c(color_down,color_ns,color_up)
	}else{