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

View source: R/Plate_Layout.R

tecan_A01R Documentation

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

Description

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

Usage

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 July 2, 2024, 12:33 p.m.