MEA_heatmap: MEA_heatmap

View source: R/MEA_heatmap.R

MEA_heatmapR 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")

MEAanalysis documentation built on June 8, 2025, 1:27 p.m.