Given a GRanges dataset that contains scores in the first mcol, it will smooth the data.

smoothCoverage(coverage.gr, smooth = 5, coordinates)

Arguments

coverage.gr

GRanges object with the first mcol containing the score of the contact.

smooth

Arbitary number with smoothing value. Default: 5

coordinates

GRanges object with coordinates you want to plot.