annotate_data: Annotate a Data Set by Combining it with a Plate Map

Description Usage Arguments Value Examples

Description

Both d and platemap should be data frames that contain columns Drug (the 3-letter antibiotic name) and Well (e.g., "A4").

Usage

1
annotate_data(d, platemap, ...)

Arguments

d

A data frame representing an un-annotated data set

platemap

A data frame containing a plate map

...

Additional arguments (not currently used)

Value

A data frame (annotated)

Examples

1
2
3
4
## Not run: 
annotate_data <- function(my_raw_data, my_platemap)

## End(Not run)

KerrLab/introbiocure documentation built on May 17, 2019, 11:36 a.m.