tblelementset: Element set representation as an S3 class tibble

tblelementsetR Documentation

Element set representation as an S3 class tibble

Description

Element set representation as an S3 class tibble

Usage

.tbl_elementset(...)

.is_tbl_elementset(x)

Arguments

...

For tbl_elementset, named character vectors of gene sets. Each character vector is a element set. The name of the character vector is the name of the element set.

x

A tibble that may or may not be an elementset

Value

For tbl_elementset, an S3 elementset object in a tibble representation.

For .is_tbl_elementset (internal), a logical indicating if the tibble is an elementset.

Examples

es <- BiocSet:::.tbl_elementset(set1 = letters, set2 = LETTERS)

BiocSet:::.is_tbl_elementset(es)

Bioconductor/BiocSet documentation built on Feb. 9, 2024, 9:12 p.m.