Browse code

small fix

Ge Tan authored on 25/10/2016 15:31:58
Showing 1 changed files

  • R/GRB.R index 0050af0..2fa4a09 100644
... ...
@@ -22,7 +22,7 @@ makeGRBs <- function(x, winSize=NULL, genes=NULL, ratio=1,
22 22
     names(xList) <- as.character(1:length(xList))
23 23
   }
24 24
   x <- unlist(x)
25
-  x <- reduce(x)
25
+  x <- reduce(x, ignore.strand=TRUE)
26 26
   cov <- coverage(x)
27 27
 
28 28
   # Guess winSize from genome size if NULL