MEA_heatmap {MEAanalysis} | R Documentation |
MEA_heatmap
Description
Function creates a heatmap of the synchrony index for each well grouped by heatmap condition.
Usage
MEA_heatmap(
data,
x_axis_title = "Experimental Condition",
well_filter = "A1|A2|A3|A4|A5|A6|B1|B2|B3|B4|B5|B6|C1|C2|C3|C4|C5|C6|D1|D2|D3|D4|D5|D6"
)
Arguments
data |
Dataset containing well average synchrony index data. |
x_axis_title |
Include title for heatmap x axis. Default is "Experimental Condition" |
well_filter |
Argument can be used to filter for specific MEA wells to include in the heatmap. |
Value
A heatmap of the synchrony index for each well grouped by heatmap condition.
Examples
p <- MEA_heatmap(data = input_heatmap_data,
x_axis_title = "Experimental Condition",
well_filter = "A1|A2|A3|A4|A5|A6|B1|B2|B3|B4|B5|B6|C1|C2|C3|C4|C5|C6|D1|D2|D3|D4|D5|D6")
[Package MEAanalysis version 0.1.0 Index]