union_single | R Documentation |
BiocSet
objectThis function performs a union within a single BiocSet
object.
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.
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.