well_to_num | R Documentation |
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.
well_to_num(wells, style = "normal", plate = 96)
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') |
plate |
Number of wells in the complete plate (96 or 384) |
Vector of numbers
well_to_num("A01")
well_to_num("P12", plate = 384)
well_to_num("P12", plate = 384, style = "snake")
wells <- c("A01", "A02", "A03")
well_to_num(wells)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.