sumexp_to_df: Transform data in a SummarizedExperiment to a data.frame

View source: R/data.R

sumexp_to_dfR Documentation

Transform data in a SummarizedExperiment to a data.frame

Description

Transforms a SummarizedExperiment into a data.frame which can be used as input for other functions.

Usage

sumexp_to_df(se, .n = NULL)

Arguments

se

A SummarizedExperiment object.

.n

An integer or string, representing the index or name of the assay to use. Same as i in SummarizedExperiment::assay() function.

By default, function combines every assay in se argument.

Value

A data.frame created from combining assays and colData in a SummarizedExperiment.


ROCnGO documentation built on Aug. 8, 2025, 6:07 p.m.