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

View source: R/exclude_samples.r

exclude_samplesR 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

exclude_samples(
  tags,
  max_dilution = NULL,
  max_cfu = NULL,
  type = "calibration",
  sampleids = NULL,
  replicate = NULL
)

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.