Learn R Programming

chipPCR (version 1.0-2)

summary-bg: Summary bg objects

Description

Summarize '>bg objects and easily access results of bg function.

Usage

# S4 method for bg
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
# NOT RUN {
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