Processes the data and constructs all needed slots. Afterwards the cypro object is set for all subsequent analysis and visualization steps.

processData(
  object,
  summarize_with = c("max", "min", "mean", "median"),
  verbose = TRUE
)

Arguments

object

A valid cypro object.

verbose

Logical. If set to TRUE informative messages regarding the computational progress will be printed.

(Warning messages will always be printed.)

Value

An updated version of the input cypro-object.