View source: R/annotation_kegg.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. Sadly, this only works for a subset of species now.
load_kegg_annotations(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.
[KEGGREST]
sc_kegg_annot <- load_kegg_annotations(species = "cerevisiae")
head(sc_kegg_annot)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.