View source: R/create_synchrony_dataset.R
create_synchrony_dataset | R Documentation |
This function reads in, filters, and reformats neural metric csv files produced by the axis navigator neural metric tool (Axion Biosystems) for use in synchrony index analysis.
create_synchrony_dataset(data_path, heatmap_condition)
data_path |
Include path to neural metric dataset csv or excel file produced by the axis navigator neural metric tool. This path should be written within quotation marks and with respect to the current working directory. |
heatmap_condition |
Include a unique identifier for this neuralMetric dataset's experimental condition, this argument will be used by the MEA_heatmap function to group data. |
A reformatted and filtered neural metric dataset for use in synchrony index analysis.
output_neuralMetric <- create_synchrony_dataset(
data_path = system.file("extdata", "input_neuralMetric.csv",
package = "MEAanalysis"),
heatmap_condition = "SI_condition_1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.