sumexp_to_df | R Documentation |
Transforms a SummarizedExperiment into a data.frame which can be used as input for other functions.
sumexp_to_df(se, .n = NULL)
se |
A SummarizedExperiment object. |
.n |
An integer or string, representing the index or name of the assay
to use. Same as By default, function combines every assay in |
A data.frame created from combining assays and colData in a SummarizedExperiment.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.