assay2long-methods: Convert assayData to long form

Description Usage Arguments Details Value

Description

Convert assayData to long form with additional colData

Usage

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)

Arguments

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

Details

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

Value

A data.frame


steveped/incucyteR documentation built on Sept. 7, 2020, 12:22 p.m.