CRAN:
install.packages("platetools")GitHub (dev version):
devtools::install_github("swarchal/platetools")<img src="/graphics/example_platemap.png" height="250", align="right">
# example dataframe
df <- data.frame(vals = rnorm(384),
well = num_to_well(1:384, plate = 384))
raw_map(data = df$vals,
well = df$well,
plate = 384) +
ggtitle("Example 384-well plate") +
theme_dark() +
scale_fill_viridis()
See the vignette for more examples.
raw: raw valueshit: hit detection based on standard deviationsz: z-scored valuesb: b-scored valuesbhit: b-score values before hit detection
map: single plate mapgrid: multple plate maps
e.g:
z_map: z-scored plate map
raw_grid: raw values, multiple plate maps
bhit_grid: b-scored values, coloured by hits, multiple plates
Scott Warchal - s.warchal@sms.ed.ac.uk