load_platemaps: Load One or More Plate Maps

Description Usage Arguments Value Examples

Description

Plate map files should be CSVs that contain at least the following columns: Well, Pro.or.Des, Drug.at.Isolation, and Concentration.

Usage

1
load_platemaps(..., include_drug = TRUE)

Arguments

...

One or more pairs of drug abbreviation and file name. See example.

include_drug

Whether or not to include the drug name as a column (default: TRUE).

Value

A list of data frames, one for each drug.

Examples

1
2
3
4
## Not run: 
maps <- load_platemaps(STR = "my_strep_pmap.csv", RIF = "my_rif_pmap.csv")

## End(Not run)

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