getData: Obtain data slots

View source: R/deprecated.R

getDataR Documentation

Obtain data slots

Description

A wrapper around purr::map_df() and the respective list of the data slot of interest.

Usage

getData(object, data_slot, phase)

Arguments

object

A valid cypro object.

data_slot

Character value. One of 'stats', 'tracks', 'meta' or 'cluster'.

phase

Character or numeric. If character, the ordinal value referring to the phase of interest (e.g. 'first', 'second' etc.). referring to the phase of interest or 'all'. If numeric, the number referring to the phase.

If set to NULL takes the phase denoted as default with adjustDefault().

Ignored if the experiment design contains only one phase.

Value

The data.frame of interest.


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