wrap_in_mae | R Documentation |
This helper function wraps SummarizedExperiment
objects into an
a MultiAssayExperiment
(MAE) object.
wrap_in_mae(x, name = deparse(substitute(x)))
x |
( |
name |
( |
The MAE object with the only experiment being x
having the given
name
.
mae <- wrap_in_mae(summarized_experiment)
mae[["summarized_experiment"]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.