standardize_layout: Standardize plate layouts

Description Usage Arguments Value

View source: R/standardize_layout.R

Description

Standardize plate layouts

Usage

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"
)

Arguments

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.

  • .well_col: The well names.

  • .compound_col: The compounds to be transferred. Compounds must go by the same name in mother and daughter plates.

  • .concentration_col: The concentration of each compound, either in the mother plate, or the desired concentration in the daughter plate.

  • .volume_vol: For daughter plates only. The desired volume in nL in each well of the daughter.

Value

A plate layout, containing standardized columns and column names for use in downstream echowritr functions.


taiawu/echowritr documentation built on Dec. 23, 2021, 7:42 a.m.