Learn R Programming

vascr (version 0.1.4)

vascr_plot_grid: 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)

Value

A plot to be used for QC

Arguments

data.df

a vascr formatted data frame of single values

threshold

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

Examples

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

Run the code above in your browser using DataLab