View source: R/intersect_single.R
intersect_single | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.