Description Usage Arguments Details Value
Provide numbers of replicates from treatment groups
1 2 3 4 5 6 7 | summariseBy(x, by = c("colData", "plateMap"))
## S4 method for signature 'ANY'
summariseBy(x, by = c("colData", "plateMap"))
## S4 method for signature 'IncucyteExperiment'
summariseBy(x, by = c("colData", "plateMap"))
|
x |
An IncucyteExperiment object |
by |
Summarise by columns in the colData or plateMap slots |
This summarises any columns from the requested slot which are not positional (i.e. row, column etc) and summarises the number of values found for each (treatment) group found
A grouped tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.