read_plate_layout: Read plate layout Reads a directory of plate layout CSVs...

Description Usage Arguments Details

View source: R/read.R

Description

Read plate layout

Reads a directory of plate layout CSVs exported from Numbers (for mac) into a dataframe.

Usage

1

Arguments

dir

A directory.

Details

To generate a plate layout directory with Numbers, make a separate sheet for each plate and name each sheet "plate<number>" (Replace <number> with the plate number). Then create one table for each annotation with columns named "row", "1", "2", "3" etc. for the dimension of the plate. In the first "row" column, number each row "1", "2", "3" etc. for the dimension of the plate. Name each tabel with the intended annotation (e.g. "strain_id" for a table annotating strain IDs for each position in the plate). Once you have annotated your plates, you can export them to CSV (File>Export To>CSV...). Name the resulting directory with the desired strain collection ID (some combination of the date and a descriptive word is recommended). The files in this directory will be named <sheet>-<table>.csv (e.g. plate1-strain_id.csv).

These tables are required for every plate:

These tables are recommended (depending on the experiment):


EricEdwardBryant/screenmill documentation built on March 13, 2020, 1:07 p.m.