union_single {BiocSet}R 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)

[Package BiocSet version 1.2.2 Index]