powered by
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)
Vector of alpha-numeric well labels
Vector of numbers to be converted
Number of wells in complete plate (96 or 384)
num_to_well(1:96) num_to_well(1:96, plate = 384) nums <- c(1:10, 20:40, 60:96) num_to_well(nums)
Run the code above in your browser using DataLab