View source: R/load_kegg_annotations.R
load_kegg_annotations | R Documentation |
This seeks to take the peculiar format from KEGGREST for pathway<->genes and make it easier to deal with.
load_kegg_annotations(
gene_table,
species = "coli",
abbreviation = NULL,
flatten = TRUE
)
species |
String to use to query KEGG abbreviation. |
abbreviation |
If you already know the abbreviation, use it. |
flatten |
Flatten nested tables? |
dataframe with rows of KEGG gene IDs and columns of NCBI gene IDs and KEGG paths.
atb
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.