View source: R/screenmill-grid-addin.R
align_grid_row | R Documentation |
align_grid_row
align_grid_row(plate, cond, side = "t", view = TRUE)
plate |
a screenmill plate object loaded by the read_plate function |
cond |
a quoted conditional statement to select range of rows or cols |
side |
one of "t", "b" |
view |
logical display plate with grid defaults to TRUE |
'align_grid_row' adds a quoted conditional so that grid elements can be moved by any combination of colony_row and colony_col. This can be used to specify a specific cell. The conditional needs to be captured with 'quo' as in this example: 'cond = quo(colony_col The above conditional would affect only columns 14 to 22 and affect whichever grid element is specified in the 't', or 'b' parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.