tblelementset | R Documentation |
Element set representation as an S3 class tibble
.tbl_elementset(...)
.is_tbl_elementset(x)
... |
For |
x |
A tibble that may or may not be an elementset |
For tbl_elementset
, an S3 elementset
object in a tibble
representation.
For .is_tbl_elementset
(internal), a logical
indicating if the tibble is an elementset.
es <- BiocSet:::.tbl_elementset(set1 = letters, set2 = LETTERS)
BiocSet:::.is_tbl_elementset(es)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.