add_to_experiment: Add Scored Data to Experiment Object

add_to_experimentR Documentation

Add Scored Data to Experiment Object

Description

Adds summarized timepoint data (acquired by running 'add_timepoint_data()', followed by 'score_timepoint_data()') to the created experiment object.

Usage

add_to_experiment(experiment, added_data)

Arguments

experiment

The experiment object

added_data

The scored data object to be added to the experiment

Value

A list object containing statistics and metadata for the entire experiment. The 'groups' and 'experimenters' field will auto-populate based on added data using the 'update_experiment()' function.

Examples

## Not run: add_to_experiment(experiment = experiment, added_data = my_data)


SqueakR documentation built on June 28, 2022, 5:06 p.m.