View source: R/vascr_graphics.R
vascr_plot_grid | R Documentation |
Plot out each replicate well in a grid, with QC overlays
vascr_plot_grid(data.df, threshold = 0.2)
data.df |
a vascr formatted data frame of single values |
threshold |
threshold at which a data point is determined to be an outlier |
A plot to be used for QC
grid.df = growth.df %>% vascr_subset(unit = "R", frequency = "4000", experiment = 1)
vascr_plot_grid(grid.df)
vascr_plot_grid(growth.df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.