plot_calibration: Plot the calibration curve of the tags observed vs. CFU

View source: R/plot_calibration.r

plot_calibrationR Documentation

Plot the calibration curve of the tags observed vs. CFU

Description

Currently this is just a simple ggplot scatterplot. I want to make it more configurable and fun.

Usage

plot_calibration(
  tags,
  x_column = "cfu",
  y_column = NULL,
  color_column = "replicate",
  transform_x = "log10",
  transform_y = "log10"
)

Arguments

tags

Tag data.

x_column

Metadata column for the x axis.

y_column

Metadata column for the y axis.

color_column

Metadata column for colors.

transform_x

Perform a transformation on the x axis?

transform_y

Perform a transformation on the y axis?


abelew/stampr documentation built on April 14, 2022, 5:03 a.m.