processData: Object initiation: Step 3

View source: R/object-initiation.R

processDataR Documentation

Object initiation: Step 3

Description

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

Usage

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.


theMILOlab/cypro documentation built on April 5, 2022, 2:03 a.m.