Learn R Programming

BED (version 1.5.2)

getBeIdURL: Get reference URLs for BE IDs

Description

Get reference URLs for BE IDs

Usage

getBeIdURL(ids, databases)

Value

A character vector of the same length than ids corresponding to the relevant URLs. NA is returned is there is no URL corresponding to the provided database.

Arguments

ids

the BE ID

databases

the databases from which each ID has been taken (if only one database is provided it is chosen for all ids)

Examples

Run this code
if (FALSE) {
getBeIdURL(c("100", "ENSG00000145335"), c("EntrezGene", "Ens_gene"))
}

Run the code above in your browser using DataLab