View source: R/annotation_kegg.R
map_kegg_dbs | R Documentation |
Takes a list of KEGG gene identifiers and returns a list of ENSEMBL ids corresponding to those genes.
map_kegg_dbs(kegg_ids)
kegg_ids |
List of KEGG identifiers to be mapped. |
Ensembl IDs as a character list.
[KEGGREST::keggGet()]
kegg_df <- load_kegg_annotations(species = "coli")
kegg_ids <- head(kegg_df[["kegg_geneid"]])
mapped <- map_kegg_dbs(kegg_ids)
mapped
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.