Description Usage Arguments Details Value
View source: R/layouts_to_instructions.R
This is pasted exactly from the dsfworld package. Sloppy, i know, but I don't know how to add dependencies to internal packages, and since its the only one in this package, i feel like it's ok?
1 | read_plate_layout(filepath)
|
filepath |
A complete file path, pointing to the plate layout file |
read_layout() reads a plate layout file (.csv, .txt, .xls, or .xlsx), and returns it as a formatted tibble. Variable types are guessed with readr::parse_guess(). The originally required "Type" column heading is now optional.
Returns a tibble, mapping experimental variables to well positions. All outputs contain the columns: row, column, and well. Additionally, a single column is added for each user-defined variable in the plate layout file, from which one additional "condtion" column is created, which contains all experimental variables. If all experimental variables are defined in the layout, wells with identical entries in the "condition" column are technical replicates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.