View source: R/peaks_consolidated.R
peaks.consolidated | R Documentation |
Returns total, maximum, and minimum number of peaks in the binary matrix.
peaks.consolidated(x)
x |
Binary matrix comprising replicate pairs. |
Peak information.
data(BinMatInput_reps)
mat = BinMatInput_reps
cons = consolidate(mat)
peaks.consolidated(cons)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.