skipWells: Skip Wells

Description Usage Arguments Details Author(s) Examples

View source: R/platereader.R

Description

Removes wells from plate data, plate layout maps and well groupings

Usage

1
skipWells(data, skip)

Arguments

data

data structures from platexpress; either data (readPlateData), a plate layout map (readPlateMap) or a well grouping (getGroups)

skip

a list of strings identifiying the wells to be skipped, e.g. "B3" to skip the well in row B/column 3

Details

Removes specific wells from platexpress data, groupings and plate layout maps. If the first argument is platexpress data, the specified wells will be set to NA. If the first argument is a platexpress well grouping or plate layout map, the specified wells will be removed.

Author(s)

Rainer Machne raim@tbi.univie.ac.at

Examples

1
2
3
data(ap12)
raw <- skipWells(ap12data, skip="A9") # rm data from well "A9"
plate <- skipWells(ap12plate, skip="A9") # rm well "A9" from the plate layout

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