catExperiments: Concatenate experiments

Description Usage Arguments Value Examples

Description

Use this function to mash experiments together. There is no restriction to doing this by timestamp, etc. - so be careful what you combine. The vial indices in the second experiment are relabeled to start where the first experiment stops. All metadata is maintained throughout the operation. Longer experiments are coerced down to the size of the smallest experiment.

Usage

1
catExperiments(obj_vector)

Arguments

obj_vector

A vector of datasets you wish to concatenate. Time intervals for each dataset must be the same.

Value

A DAM S4 object.

Examples

1
biggerDAM <- catExperiments(c(DAM_DD, DAM_DD))

jstaf/actmon documentation built on May 20, 2019, 2:11 a.m.