Commit 00fe6180 authored by Chaos's avatar Chaos
Browse files

update

parent 35a48526
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -743,7 +743,7 @@ rnaseq123_multi <- function(
				as.data.table() %>%
				.[,log10P := -log10(adj.P.Val)]

		if("logFC" %in% colnames(dt)){
		if("logFC" %in% colnames(DE)){
			setnames(DE,"logFC","log2FC")
		}