View source: R/experiment_functions.R
score_timepoint_data | R Documentation |
Transforms data into a list of mean, standard deviation, and range of several call metrics.
score_timepoint_data(data_subset, group, animal, id, experimenter)
data_subset |
The object created in 'add_timepoint_data()' which will be scored |
group |
The experimental group (i.e. "Control") these data correspond to |
animal |
The animal or animal group ID for these data |
id |
The full name of the experiment, including the extension. |
experimenter |
The experimenter who recorded these results |
A list object containing statistics and metadata for each file.
## Not run: score_timepoint_data( data_subset = my_subsetted_data, group = "Control", experimenter = "Experimenter 1", animal = "4207", id = "Data_sheet.xlsx" ) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.