powered by
Converts numerical values and well labels into multiple plate heatmaps
raw_map(data, well, plate = 96, ...)
ggplot plot
Numerical values to be plotted
Vector of well identifiers e.g "A01"
Number of wells in complete plate (6, 12, 24, 48, 96, 384 or 1536)
additional parameters to plot wrappers
df <- data.frame(vals = rnorm(1:384), well = num_to_well(1:384, plate = 384)) raw_map(data = df$vals, well = df$well, plate = 384)
Run the code above in your browser using DataLab