Learn R Programming

multimedia (version 0.2.0)

exper_df: Convert a Summarized Experiment to a data.frame

Description

This is a small helepr function to concatenate the colData and assays within SummarizedExperiment objects into a single data.frame. This is not necessary for the essential multimedia workflow, it is only exported for potential independent interest.

Usage

exper_df(exper)

Value

A data.frame combining all slots of a multimedia object.

Arguments

exper

An object of class SummarizedExperiment.

Examples

Run this code
demo_joy() |>
    exper_df()

Run the code above in your browser using DataLab