MEA_heatmap | R Documentation |
Function creates a heatmap of the synchrony index for each well grouped by heatmap condition.
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"
)
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. |
A heatmap of the synchrony index for each well grouped by heatmap condition.
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.