Description Usage Arguments Value Examples
View source: R/SummarizedExperiment.R
Convert objects into SummarizedExperiments
.
1 2 3 4 | as.SummarizedExperiment(x, ...)
## S3 method for class 'WideSomaLogicData'
as.SummarizedExperiment(x, ...)
|
x |
An object to transform. Currently only |
... |
Arguments passed between methods. Currently unused. |
An object of classs SummarizedExperiment.
1 2 3 4 | somaFile <- extractSampleData()
wideSomaData <- readAdat(somaFile)
as.SummarizedExperiment(wideSomaData)
unlink(somaFile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.