Description Usage Arguments Value Note
Reads ScreenMill Data Review tables.
1 |
path |
Path to a DR stats file. Defaults to interactive file selection. |
match |
regex used to find the line containing the table header. |
A dataframe with columns:
scan_name: The name of the scanned plate.
scan_cond: The condition of the scanned plate.
plate: The strain library plate number.
row: The strain library row.
column: The strain library column.
replicate: The strain replicate number.
size_dr: Size returned by DR engine.
excluded_query: Whether this observation was excluded in review.
excluded_control: Whether this observation's control was excluded in review.
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.