get_col_data: Gets column data from an se as a tibble

View source: R/accessors.R

get_col_dataR Documentation

Gets column data from an se as a tibble

Description

Gets column data from an se as a tibble

Usage

get_col_data(se)

Arguments

se

SummarizedExperiment

Value

A tibble containing the coldata of the SummarizedExperiment

Examples

data(seq_se)
get_col_data(seq_se)

martijnvanattekum/cleanse documentation built on Nov. 20, 2023, 8:28 p.m.