pipeline | R Documentation |
Take an IDOC dataset
pipeline(
experiment_folder,
dataset,
min_exits_required,
mask_duration,
analysis_mask = NULL,
...
)
experiment_folder |
Path to folder containing IDOC results .csv files |
dataset |
List of raw data including:
|
min_exits_required |
Minimal number of exits to be considered for significance |
mask_duration |
Exits happening this amount of seconds after the last one are ignored |
analysis_mask |
Numeric vector of length 2 containing start and end timepoint of mask in seconds since the start of the experiment Every behavior outside of the mask is ignored |
... |
Extra arguments to plot_dataset |
A corssing dataset where every record represents a decision zone exit of one animal is required to show the exits in the plot
ggplot2 object
annotate_cross()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.