read_plate | R Documentation |
Function to read in mapping file and tweak format so that it is friendly with the rest of the package functinos
read_plate(plate_reader_file, size = 96, plate_name = NA)
plate_reader_file |
Fluorescence data from the plate reader (can be in .csv or .xls(x) format – if in excel file, only the FIRST sheet within the file will be read) |
size |
optional size of plate (96 or 384) |
plate_name |
optional name to giv ethe plate |
a list containing: 1) a data frame with the data from the plate reader file and 2) the number of measurements taken for each sample
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.