find_plates: Find 96-well plate layouts in a data frame

Description Usage Arguments Value Examples

View source: R/pcr_utils.R

Description

Find 96-well plate layouts in a data frame

Usage

1

Arguments

d

data.frame where plate layouts can be located by a set of row identifiers (A-H) and column identifiers (1-12).

Value

list of three elements: 'layout', 'row', and 'column'. 'layout' is a list of 'data.frame' objects, one for each plate found in the layout. 'row' and 'column' are numeric vectors that indicate which row(s) and column(s) contain the top-left cells for tables in a plate layout.

Examples

1
2
3
4
5
6
## Not run: 
d <- read.xlsx('myexcel.xlsx', skipEmptyCols=FALSE,
    skipEmptyRows=FALSE, colNames=FALSE)
pl <- find_plates(d)

## End(Not run)

hemoshear/assayr2 documentation built on Nov. 8, 2019, 6:13 p.m.