num_to_well | R Documentation |
Converts numerical values to corresponding alpha-numeric well labels for 6, 12, 24, 48, 96, 384 or 1536 well plates. Note, it's advisable to specify the number of wells in 'plate'.
num_to_well(x, plate = 96)
x |
Vector of numbers to be converted |
plate |
Number of wells in complete plate (96 or 384) |
Vector of alpha-numeric well labels
num_to_well(1:96)
num_to_well(1:96, plate = 384)
nums <- c(1:10, 20:40, 60:96)
num_to_well(nums)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.