Learn R Programming

GeneAnswers (version 2.14.0)

caBIO2entrez: map caBIO gene IDs to Entrez gene IDs

Description

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

Usage

caBIO2entrez(caBIOIds)

Arguments

caBIOIds
an caBIOIds gene IDs vector

Value

return a Entrez genes ID list, names of the list are the given caBIO gene IDs and elements are Entrez 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: caBIO2entrez(c('2933', '7326'))

Run the code above in your browser using DataLab