mergeResults: merge results to plate layout map

Description Usage Arguments

View source: R/interfaces.R

Description

a wrapper around R base function merge for merging results per well into a platexpress layout map. Usage is the same as for merge with some defaults changed.

Usage

1
mergeResults(x, y, ID, by = "well", all.x = TRUE, sort = FALSE, ...)

Arguments

x

a plate layout map or any data frame with a "well" column specified by argument by

y

results: any data frame with a "well" column specified by argument by, see merge

ID

prefix added to to the merged y data

by

column name(s) by which to merge,

all.x

keep all rows of x, see merge

sort

sort the results on the by column? See merge

...

further arguments to merge


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