peakSummary-methods {chipseq} | R Documentation |
Summarizes a set of peaks into a
RangedData
object with columns
of statistics like the peak maxima and integrals (sums).
peakSummary(x, ...)
x |
An object containing peaks, usually
a |
... |
Arguments to pass to methods |
A RangedData
object of the peaks, with columns named
max
, maxpos
(position of the maximum, centered),
and sum
.
view-summarization-methods in the IRanges package
for view summarization methods like viewMaxs
and viewSums
.