Skip to content

Commit 63ff119

Browse files
committed
Merge branch 'dev' of https://github.com/robinweide/GENOVA into dev
2 parents 3fb8f38 + b4d0617 commit 63ff119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/methods_visualise.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ visualise.IS_discovery <- function(discovery, contrast = NULL, chr = "chr1",
830830
df <- df[ii,]
831831
expnames <- colnames(df)[5:ncol(df)]
832832

833-
df <- data.table(mid = df[["start"]] + df[["end"]]/2,
833+
df <- data.table(mid = (df[["start"]] + df[["end"]])/2,
834834
df[, ..expnames])
835835

836836
showcontrast <- !is.null(contrast) &&

0 commit comments

Comments
 (0)