Learn R Programming

GeneAnswers (version 2.14.0)

entrez2caBIO: map Entrez gene IDs to caBIO gene IDs

Description

Function to map the given Entrez gene IDs to the caBIO gene IDs. This function is not supported starting this version due to the termination of the caBig project.

Usage

entrez2caBIO(lls)

Arguments

lls
an Entrez gene IDs vector

Value

return a caBIO genes ID list, names of the list are Entrez gene IDs and elements are caBIO gene IDs.

References

Feng, G., Du, P., Krett, N., Tessel, M., Rosen, S., Kibbe, W.A. and Lin, S.M., 'A collection of bioconductor methods to visualize gene-list annotations', BMC Research Notes 2010, 3:10

Examples

Run this code
## Not run: entrez2caBIO(c('1647', '596'))

Run the code above in your browser using DataLab