options_from_coldata: Gets available options for a particular column of the coldata...

View source: R/accessors.R

options_from_coldataR Documentation

Gets available options for a particular column of the coldata of an se

Description

Gets available options for a particular column of the coldata of an se

Usage

options_from_coldata(se, colname)

Arguments

se

SummarizedExperiment

colname

the column name (character) to extract options for

Value

A vector containing the unique options for a coldata column

Examples

data(seq_se)
options_from_coldata(seq_se, "site")

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