Skip to contents

From left to right, and up to down, give the position of the next well.

Usage

nextWell(well)

# S4 method for Well
nextWell(well)

Arguments

well

A Well object.

Value

A Well object.

Examples


nextWell(Well("A12", plateFormat =  "96"))
#> B01 (96-well format)
nextWell(Well("A12", plateFormat = "384"))
#> A13 (384-well format)
nextWell(Well("A24", plateFormat = "384"))
#> B01 (384-well format)
nextWell(Well("A03", plateFormat =   "6"))
#> B01 (6-well format)