reduce-GInteractions-method.RdReduce returns an object of the same type as x containing reduced ranges for each distinct (seqname, strand) pairing.
# S4 method for class 'GInteractions'
reduce(x, min.gapwidth = 1L, ignore.strand = TRUE, ...)if (FALSE) { # \dontrun{
library(InteractionSet) 
gi <- readRDS(system.file("extdata", "gi.rds", package="trackViewer"))
reduce(head(gi, n=20))
} # }