Summary bg
objects
bg
objectsSummarize bg
objects and easily access results of bg
function.
## S4 method for signature 'bg' summary(object, print = TRUE)
object
: is a bg
object.print
: is a logical
value determining if pretty summary of the object should be printed.Stefan Roediger, Michal Burdukiewicz
bg
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"]