| url_ref {BiocSet} | R Documentation |
Functions to access reference urls for different identifiers
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.
es <- BiocSet("GO:0000002" = c("TP53", "TNF"), "GO:0000003" = c("IL6"))
url_ref_element(es)
url_ref_set(es)
url_ref(es)