Compute the PeakError assuming that peaks and regions are on the
same chrom.
PeakErrorChrom(peaks,
regions)data.frame with 1 row for each region and error columns.
data.frame with columns chromStart, chromEnd. NOTE: chromStart should be 0-based and chromEnd should be 1-based. EXAMPLE: the first 100 base of of a chromosome are chromStart=0, chromEnd=100. The second 100 bases are chromStart=100, chromEnd=200.
data.frame with columns chromStart, chromEnd.
Toby Dylan Hocking