Learn R Programming

BinMat (version 0.1.5)

peaks.original: Calculates peak numbers for the data set with all replicates (total, maximum, and minimum).

Description

Returns total, maximum, and minimum number of peaks in the binary matrix.

Usage

peaks.original(x)

Arguments

x

Binary matrix comprising replicate pairs.

Value

Peak information.

Examples

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

# }

Run the code above in your browser using DataLab