adat2eSet | R Documentation |
Utility to convert a SomaLogic soma_adat
object to an
ExpressionSet
object via the Biobase package
from Bioconductor:
https://www.bioconductor.org/packages/release/bioc/html/Biobase.html.
adat2eSet(adat)
adat |
A |
The Biobase package is required and must be installed from Bioconductor via the following at the R console:
if (!requireNamespace("BiocManager", quietly = TRUE)) { install.packages("BiocManager") } BiocManager::install("Biobase", version = remotes::bioc_version())
A Bioconductor object of class ExpressionSet
.
Stu Field
https://bioconductor.org/install/
Other eSet:
pivotExpressionSet()
eSet <- adat2eSet(example_data)
class(eSet)
eSet
ft <- Biobase::exprs(eSet)
head(ft[, 1:10L], 10L)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.