Description Usage Arguments Value Examples
View source: R/intersect_single.R
This function performs an intersection within a single
BiocSet
object.
1 | intersect_single(x, ...)
|
x |
A |
... |
Additional arguments passed to function. |
A BiocSet
object with a single set 'intersect' and
interesected elements from x.
1 2 | 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.