as.SummarizedExperiment: Convert objects into SummarizedExperiments

Description Usage Arguments Value Examples

View source: R/SummarizedExperiment.R

Description

Convert objects into SummarizedExperiments.

Usage

1
2
3
4
as.SummarizedExperiment(x, ...)

## S3 method for class 'WideSomaLogicData'
as.SummarizedExperiment(x, ...)

Arguments

x

An object to transform. Currently only WideSomaLogicData objects are supported.

...

Arguments passed between methods. Currently unused.

Value

An object of classs SummarizedExperiment.

Examples

1
2
3
4
somaFile <- extractSampleData()
wideSomaData <- readAdat(somaFile)
as.SummarizedExperiment(wideSomaData)
unlink(somaFile)

readat documentation built on Oct. 31, 2019, 8:19 a.m.