getBeIdURL {BED} | R Documentation |
Get reference URLs for BE IDs
Description
Get reference URLs for BE IDs
Usage
getBeIdURL(ids, databases)
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) |
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.
Examples
## Not run:
getBeIdURL(c("100", "ENSG00000145335"), c("EntrezGene", "Ens_gene"))
## End(Not run)
[Package BED version 1.5.2 Index]