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)

Kayla-Morrell/BiocSet documentation built on April 24, 2020, 5:35 a.m.