replaceAmounts: Numeric Amounts

Description Usage Arguments See Also

View source: R/parsers.R

Description

replaces amount strings of the form substance:amount in a column of the plate layout map by two columns, separating substance and the amount into a string and a numeric column.

Usage

1
replaceAmounts(map, col, sep = ":", replace = TRUE)

Arguments

map

the plate map, see readPlateMap

col

the column ID or index to be split

sep

the separator of the substance:amount pair strings

replace

if TRUE the original columns in col will be removed

See Also

parseAmounts, readPlateMap


raim/platexpress documentation built on Jan. 18, 2022, 1:41 p.m.