intersect_single: Intersect on a single 'BiocSet' object

View source: R/intersect_single.R

intersect_singleR Documentation

Intersect on a single BiocSet object

Description

This function performs an intersection within a single BiocSet object.

Usage

intersect_single(x, ...)

Arguments

x

A BiocSet object.

...

Additional arguments passed to function.

Value

A BiocSet object with a single set 'intersect' and interesected elements from x.

Examples

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

Bioconductor/BiocSet documentation built on May 3, 2024, 8:24 a.m.