as.SummarizedExperiment {readat}R Documentation

Convert objects into SummarizedExperiments

Description

Convert objects into SummarizedExperiments.

Usage

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

somaFile <- extractSampleData()
wideSomaData <- readAdat(somaFile)
as.SummarizedExperiment(wideSomaData)
unlink(somaFile)

[Package readat version 1.8.0 Index]