Description Usage Arguments Value
View source: R/standardize_layout.R
Standardize plate layouts
1 2 3 4 5 6 7 8 | standardize_layout(
layout,
which_plate,
.well_col = "well",
.compound_col = "compound",
.concentration_col = "concentration",
.volume_col = "volume"
)
|
layout |
A plate layout, containing columns with compound, concentration, and, for daughter plates only, volume. |
which_plate |
The type of layout to standardize. Can be "mother" or "daughter". |
.well_col, .compound_col, .concentration_col, .volume_col |
Names of the columns in the input layout containg necessary information.
|
A plate layout, containing standardized columns and column names for use in downstream echowritr functions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.