PlateBlank: Parse through blank readings

Description Usage Arguments Value

View source: R/PlateBlank.R

Description

A function used to parse through a matrix style plate layouts and create a tidy, long dataframe of the contained information. plate coordinates are read directly from the plate matrix, if you need to change these to match the plate reader datafile output, you can change them no problem. You may copy and paste the plate template as many times as you like. Separate plates are identified in the cell adjcent to "PLATE" in the template. do not change the "PLATE" cell, the script uses this text to find each copied template input. label your plates exactly the same as your plate.reader datafiles and exactly the same as their labels in the similar "plate layout" file. you should have the same amount of plates in each of these 3 locations.

Usage

1
PlateBlank(path)

Arguments

path

the path (including filename) to plate.blank datafile, modified from template.

Value

outDF a tidy, long dataframe with the information provided in your input file.


ddebrauske/GCG documentation built on Aug. 8, 2021, 5:22 p.m.