Description Usage Arguments Details Value
Convert assayData to long form with additional colData
1 2 3 4 5 6 7 | assay2long(x, assay, addColData = TRUE, ...)
## S4 method for signature 'ANY'
assay2long(x, assay, addColData = TRUE, ...)
## S4 method for signature 'IncucyteExperiment'
assay2long(x, assay, addColData = TRUE)
|
x |
An IncucyteExperiment object |
assay |
One or more of the assays contained in the IncucyteExperiment object. Defaults to all assays |
addColData |
logical. Include colData in the output |
... |
not used |
Extract each requested assay from an IncucyteExperiment and return a data.frame in long form including each time-point and sample name. By default any metadata in the colData slot will be added to the output
A data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.