Description Usage Arguments Value
View source: R/fct_buffer_coordinates.R
function to place the buffer solutions on the plate according to the selected mode: it generates a dataframe containing the row and column coordinates for each buffer solution.
1 | defineBufferCoords(p_lines, p_cols, mod = "none", start_buffer)
|
p_lines |
number of rows on the plate |
p_cols |
number of columns on the plate |
mod |
character, can be "none", "by_column", "by_row" or "checkerboard" |
start_buffer |
character, "even" means that the buffers will be positioned on the even rows of the plate. Otherwise, they will be positioned on the odd rows. |
a dataframe containing the buffer wells with their coordinates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.