tecan_A01: Create a lookup table for translating tecan (1,2,3,...) to...

Description Usage Arguments Value

View source: R/Plate_Layout.R

Description

Create a lookup table for translating tecan (1,2,3,...) to A01 (A01, B01, C01,...)

Usage

1
tecan_A01(nwell = 384, invert = FALSE)

Arguments

nwell

numeric the number of wells in the container

invert

logical if TRUE flip the names and values to yield a character vector c(1 = A01, 2 = B01, etc)

Value

named character vector c(A01 = 1, B01 = 2, etc)


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