Description Usage Arguments Value Examples
This function performs a union within a single BiocSet
object.
1 | union_single(x, ...)
|
x |
A |
... |
Additional arguments passed to function. |
For union_single
, a BiocSet
object with a single set
union
and unioned elements from x.
1 2 | es3 <- BiocSet(set1 = letters[c(1:10)], set2 = letters[c(4:20)])
union_single(es3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.