removeWells: Remove wells from a data frame representing a plate

Description Usage Arguments Examples

Description

Returns a data frame representing a plate with bad wells removed (either with phenotype variables set to NA or rows dropped entirely).

Usage

1
removeWells(plate, badWells, drop = FALSE)

Arguments

plate

a processed data frame that has been run through processWells

badWells

a character vector consisting of all wells to remove

drop

a logical value dictating whether to drop wells from the data frame or set measured values to NA, defaults to FALSE

Examples

1
2
# plate <- summarizePlate(plateData1)
# plateWithoutWells <- removeWells(plate=plate, badWells=c("A1", "A2", "A3"))

AndersenLab/COPASutils documentation built on May 5, 2019, 4:57 a.m.