add_to_experiment {SqueakR} | R 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)
[Package SqueakR version 1.3.0 Index]