Description Usage Arguments Value Author(s)
Function to import the reads from the plate reader at the Dr Summers Lab excluding the time variable
1 2 3 4 5 6 7 | Plate_readerStatic(
file_list = file_list,
wl = wl,
tp = tp,
Rows = Rows,
Columns = Columns
)
|
file_list |
a list with the file paths in format .txt to be imported |
wl |
vector with all the wavelenght measured |
tp |
an integer with the total number of time points |
Rows |
a list containing "n" vectors of lenght 8 with all the conditions across rows in the plate |
Columns |
a list containing "n" vectors of lenght 12 with all the conditions across columns in the plate |
"D" a data.table containing all the reads, times, and conditions
Santiago Caño-Muñiz
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.