plateLayout: plateLayout

View source: R/plateLayout.R

plateLayoutR Documentation

plateLayout

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

plateLayout(x)

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, dimnames.plateLayout, getWellType, getWellnames, is.plateLayout, read.plateLayout, rownames.plateLayout, to_tecan, write.plateLayout


BigelowLab/plateLayout documentation built on July 2, 2024, 12:33 p.m.