summary-bg function

Summary bg objects

Summary bg objects

Summarize bg objects and easily access results of bg function.

## S4 method for signature '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.

Author(s)

Stefan Roediger, Michal Burdukiewicz

See Also

bg

Examples

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"]
  • Maintainer: Stefan Roediger
  • License: GPL-3
  • Last published: 2021-03-05