intersect_single {BiocSet} | R Documentation |
BiocSet
objectThis function performs an intersection within a single
BiocSet
object.
intersect_single(x, ...)
x |
A |
... |
Additional arguments passed to function. |
A BiocSet
object with a single set 'intersect' and
interesected elements from x.
es1 <- BiocSet(set1 = letters[c(1:10)], set2 = letters[c(4:20)]) intersect_single(es1)