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)

graumannlab/readat documentation built on May 16, 2020, 10:15 p.m.