Description Usage Arguments Value Examples
Functions to access reference urls for different identifiers
1 2 3 4 5 | url_ref_element(es)
url_ref_set(es)
url_ref(es)
|
es |
A |
For url_ref_element
, a BiocSet
object with the url
column added to the element tibble.
For url_ref_set
, a BiocSet
object with the url column
added to the set tibble.
For url_ref
, a BiocSet
object with the url column
added to both the element and set tibbles.
1 2 3 4 5 6 | es <- BiocSet("GO:0000002" = c("TP53", "TNF"), "GO:0000003" = c("IL6"))
url_ref_element(es)
url_ref_set(es)
url_ref(es)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.