View source: R/pickoloFunctions.R
readColonies | R Documentation |
Function to map colony growth to wells on 96well/384well plate Defaults should work for 384 Well plate
readColonies(
csv_path,
n_row = 16,
row_start_coord = 185,
row_d = 56.5,
n_col = 24,
col_start_coord = 155,
col_d = 56.5
)
csv_path |
path to csv file from Pickolo |
n_row |
number of rows spotted |
row_start_coord |
at what coordinate on the picture do the rows start |
row_d |
distance of rows |
n_col |
number of cols spotted |
col_start_coord |
at what coordinate on the picture do the cols start |
col_d |
distance of cols |
list
with data.frames
data and pars
Other pickolo methods:
plotColonies()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.