PeakErrorChrom {PeakError} | R Documentation |
Compute the PeakError assuming that peaks and regions are on the same chrom.
PeakErrorChrom(peaks, regions)
peaks |
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. |
regions |
data.frame with columns chromStart, chromEnd. |
data.frame with 1 row for each region and error columns.
Toby Dylan Hocking