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
)
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.) |
An updated version of the input cypro
-object.