Learn R Programming

chipPCR (version 0.0.8-10)

summary-bg: Summary bg objects

Description

Summarize bg objects and easily access results of bg function.

Usage

"summary"(object, print = TRUE)

Arguments

object
is a bg object.
print
is a logical value determining if pretty summary of the object should be printed.

See Also

bg

Examples

Run this code

res <- AmpSim(cyc = 1:40, Cq = 25)
background <- bg.max(res[, 1], res[, 2])
#just print summary
summary(background)

#assign summary to variable without printing
vals <- summary(background, print = FALSE)
print(vals)

#easily access different values
vals["FDM"]

Run the code above in your browser using DataLab