orgKEGGIds2EntrezIDs: Fetch mapping from KEGG IDs to Entrez IDs

View source: R/KEGG.R

orgKEGGIds2EntrezIDsR Documentation

Fetch mapping from KEGG IDs to Entrez IDs

Description

Given the desired organism name, fetch the mapping between KEGG IDs and Entrez gene IDs.

Usage

  orgKEGGIds2EntrezIDs(organism="Homo sapiens")

Arguments

organism

character(1): the name of organism to query. It has to be available at http://rest.kegg.jp/list/organism.

Value

A list of Entrez gene IDs with KEGG IDs as names.

Author(s)

Ge Tan

Examples

  ## Not run: 
    orgKEGGIds2EntrezIDs(organism="Homo sapiens")
  
## End(Not run)

ge11232002/CNEr documentation built on Oct. 26, 2022, 7:08 p.m.