Commit 93b351ad authored by Chaos's avatar Chaos
Browse files

update

parent 00fe6180
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -252,7 +252,7 @@ volcano_plot <- function(
		]
	}

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