Learn R Programming

BinMat (version 0.1.1)

peaks: Calculates peak numbers (total, maximum, and minimum).

Description

Returns total, maximum, and minimum number of peaks.

Usage

peaks(x)

Arguments

x

Binary matrix comprising replicate pairs.

Value

Peak information.

Examples

Run this code
# NOT RUN {
data(BinMatInput_reps)
mat = BinMatInput_reps
peaks(mat)
# }

Run the code above in your browser using DataLab