binBedpe.Rd
Define function to flexibly bin bedpe data by hic resolution
binBedpe(bedpe, res, a1Pos, a2Pos)
GInteractions or data.table object with paired interactions
Integer - resolution in which to bin bedpe anchors
Position within anchors to resize the bin. Can be a character or integer vector of length 1 or length(bedpe) designating the position for each element in bedpe. Character options are "start", "end" and "center". Integers are referenced from the start position for '+' and '*' strands and from the end position for the '-' strand.
GInteractions objected binned to res by a1Pos and a2Pos.