resolveURL: Load data for a given url from the OMA Browser API.

View source: R/utils.R

resolveURLR Documentation

Load data for a given url from the OMA Browser API.

Description

This function is usualy not needed by users. In most circumstances an attribute containing a URL is automatically loaded when accessed. However, in case the data is transformed into a dataframe, this will no longer be true, in which case one can access the data behind this attribute using this function.

Usage

resolveURL(url)

Arguments

url

The url of interest

Value

a data.frame containing the information behind an URL

Examples

resolveURL('http://omabrowser.org/api/protein/YEAST58/gene_ontology/')

DessimozLab/OmaDB documentation built on Jan. 18, 2024, 12:08 a.m.