orgKEGGIds2EntrezIDs: Fetch mapping from KEGG IDs to Entrez IDs

Description Usage Arguments Value Author(s) Examples

View source: R/KEGG.R

Description

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

Usage

1
  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

1
2
3
  
    orgKEGGIds2EntrezIDs(organism="Homo sapiens")
  

CNEr documentation built on Nov. 8, 2020, 5:36 p.m.