This function reduces the bait and/or oe regions of a linkSet object and optionally counts interactions, while maintaining the original length of the linkSet.
Usage
reduceRegions(x, region = "both", countInteractions = TRUE, ...)
# S4 method for class 'linkSet'
reduceRegions(x, region = "both", countInteractions = TRUE, ...)
Examples
data(linkExample)
reduced_ls <- reduceRegions(linkExample, region = "both", countInteractions = TRUE)
#> Error in reduceRegions(linkExample, region = "both", countInteractions = TRUE): unused arguments (region = "both", countInteractions = TRUE)
reduced_ls
#> Error: object 'reduced_ls' not found