read_dr: Read DR stats file.

Description Usage Arguments Value Note

View source: R/read.R

Description

Reads ScreenMill Data Review tables.

Usage

1
read_dr(path, match = "Query\tCondition\tPlate #\tRow\tColumn")

Arguments

path

Path to a DR stats file. Defaults to interactive file selection.

match

regex used to find the line containing the table header.

Value

A dataframe with columns:

Note

For 16 colony replicates, data review engine numbers colonies in an inconsistent way (rowwise for the upper-left quadrant and columnwise for remaining colonies). 'read_dr' translates these colony numbers to count rowwise for a 4x4 matrix to match the rowwise counting for 4 colony replicates.


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