map_kegg_dbs: Maps KEGG identifiers to ENSEMBL gene ids.

View source: R/annotation_kegg.R

map_kegg_dbsR Documentation

Maps KEGG identifiers to ENSEMBL gene ids.

Description

Takes a list of KEGG gene identifiers and returns a list of ENSEMBL ids corresponding to those genes.

Usage

map_kegg_dbs(kegg_ids)

Arguments

kegg_ids

List of KEGG identifiers to be mapped.

Value

Ensembl IDs as a character list.

See Also

[KEGGREST::keggGet()]

Examples

 kegg_df <- load_kegg_annotations(species = "coli")
 kegg_ids <- head(kegg_df[["kegg_geneid"]])
 mapped <- map_kegg_dbs(kegg_ids)
 mapped

elsayed-lab/hpgltools documentation built on May 9, 2024, 5:02 a.m.