Learn R Programming

BinMat (version 0.1.6)

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)

Value

Peak information.

Arguments

x

Binary matrix comprising replicate pairs.

Examples

Run this code
data(BinMatInput_reps)
mat = BinMatInput_reps
peaks.original(mat)

Run the code above in your browser using DataLab