Converts alpha-numeric well labels to numbers corresponding to positions
within a microtitre plate. Either 96 or 384 well plate, in column-wise order
or in a column snaking pattern.
Usage
well_to_num(wells, style = "normal", plate = 96)
Value
Vector of numbers
Arguments
wells
Vector of well identifiers e.g "A01"
style
Either normal, starting at the left hand column at each row
or in a snaking fashion. ('normal' or 'snake')