union_single: Union on a single 'BiocSet' object

View source: R/union_single.R

union_singleR Documentation

Union on a single BiocSet object

Description

This function performs a union within a single BiocSet object.

Usage

union_single(x, ...)

Arguments

x

A BiocSet object.

...

Additional arguments passed to function.

Value

For union_single, a BiocSet object with a single set union and unioned elements from x.

Examples

es3 <- BiocSet(set1 = letters[c(1:10)], set2 = letters[c(4:20)])
union_single(es3)

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