plateLayout: plateLayout

Description Usage Arguments Value See Also

View source: R/plateLayout.R

Description

Plate layout defintions are used to identify well types and locations on 384 or 96 well plates. This package provides convenience functionality for reading writing and querying layout definitions.

A plateLayout is a character vector class. The value of the vector is the character description of the well type (i.e. a label) and the names of each element are the names of the well placement. We use a A01 format description instead of A:1. Wells are stored in A01, A02, A03 order along the length of the vector.

Usage

1

Arguments

x

a data.frame, list, vector or matrix of plate layout descriptions

Value

a plateLayout class vector

See Also

Other LAYOUT: as.matrix.plateLayout; colnames.plateLayout; countWells; create.plateLayout; dim.plateLayout; dimnames.plateLayout; getWellType; getWellnames; is.plateLayout; read.plateLayout; rownames.plateLayout; to_tecan; write.plateLayout


BigelowLab/plateLayout documentation built on May 5, 2019, 2:44 p.m.