readColonies: Analyze colonies from Pickolo .csv

View source: R/pickoloFunctions.R

readColoniesR Documentation

Analyze colonies from Pickolo .csv

Description

Function to map colony growth to wells on 96well/384well plate Defaults should work for 384 Well plate

Usage

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
)

Arguments

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

Output

list with data.frames data and pars

See Also

Other pickolo methods: plotColonies()


dcangst/rrobot documentation built on April 10, 2024, 1:59 a.m.