getData: Obtain data slots

Description Usage Arguments Value

View source: R/get-family.R

Description

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

Usage

1
getData(object, data_slot, phase)

Arguments

object

A valid cell tracer object.

data_slot

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

phase

Character value. Refers to the phase of the experiment. Valid inputs are:

'before_tmt'

Uses the data that refers to the time before the treatment.

'first_tmt'

Uses the data that refers tot the time after the treatment.

Note: This argument is ignored if the experiment set up did not include any treatment or the treatment started right from the beginning.

Value

The data.frame of interest.


kueckelj/celltracer documentation built on June 2, 2021, 6:37 a.m.