Learn R Programming

chipPCR (version 0.0.8-10)

der: Class "der"

Description

An S4 class containing the output inder function.

Arguments

Slots

.Data:
"matrix" is a matrix containing smoothed data as well as the first and second derivative.
method:
"character" used method of smoothing.

Methods

summary
signature(object = "der"): calculates and prints approximate first derivative maximum, second derivative maximum, second derivative minimum and second derivative center. See summary.der.
show
signature(object = "der"): prints only .Data slot of the object.

See Also

inder

Examples

Run this code
pcr <- AmpSim(cyc = 1:40)
res <- inder(pcr[, 1], pcr[, 2])
sums <- summary(res)
print(sums)

Run the code above in your browser using DataLab