url_ref: Functions to access reference urls for different identifiers

Description Usage Arguments Value Examples

View source: R/url_ref.R

Description

Functions to access reference urls for different identifiers

Usage

1
2
3
4
5

Arguments

es

A BiocSet object that the reference urls should be added to.

Value

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.

Examples

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)

BiocSet documentation built on Nov. 8, 2020, 7:48 p.m.