union_single: Union on a single 'BiocSet' object

Description Usage Arguments Value Examples

View source: R/union_single.R

Description

This function performs a union within a single BiocSet object.

Usage

1

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

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

BiocSet documentation built on Nov. 8, 2020, 7:48 p.m.