Description Usage Arguments Details
View source: R/IncucyteExperiment.R
The IncucyteExperiment Class
1 | IncucyteExperiment(f, map, autoGroup = TRUE, valueSep = "/")
|
f |
A vector or list of file paths containing the observed Incuvyte data |
map |
File path to the PlateMap file |
autoGroup |
logical. If TRUE treatment groups will be automatically created from any PlateMap annotations. Ignored if not PlateMap is provided |
valueSep |
Text separator when combining values across treatment groups |
The IncucyteExperiment class extends the S4 SummarizedExperiment class.
As these experiments are time courses, rowData will contain the time information in POSIXct format, along with the Elapsed time from t0. A final column will contain the Elapsed time scaled to be on [0,1]. This aids with model convergence during GLMM fitting
If a PlateMap file is supplied, metadata from this will be incorporated into the colData element, otherwise colData will simply contain well IDs.
Additionally if a PlateMap file is provided, the metadata element will contain the complete well information, including empty wells.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.