vascr_plot_grid: Plot out each replicate well in a grid, with QC overlays

View source: R/vascr_graphics.R

vascr_plot_gridR Documentation

Plot out each replicate well in a grid, with QC overlays

Description

Plot out each replicate well in a grid, with QC overlays

Usage

vascr_plot_grid(data.df, threshold = 0.2)

Arguments

data.df

a vascr formatted data frame of single values

threshold

threshold at which a data point is determined to be an outlier

Value

A plot to be used for QC

Examples

grid.df = growth.df %>% vascr_subset(unit = "R", frequency = "4000", experiment  = 1)
vascr_plot_grid(grid.df)

vascr_plot_grid(growth.df)


JamesHucklesby/vascr documentation built on April 3, 2025, 2:23 p.m.