exper_df: Convert a Summarized Experiment to a data.frame

exper_dfR Documentation

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)

Arguments

exper

An object of class SummarizedExperiment.

Value

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

Examples

demo_joy() |>
    exper_df()

multimedia documentation built on Sept. 30, 2024, 9:28 a.m.