View source: R/ontology_kegg.R
pct_all_kegg | R Documentation |
KEGGgraph provides some interesting functionality for mapping KEGGids and examining the pieces. This attempts to use that in order to evaluate how many 'significant' genes are in a given pathway.
pct_all_kegg(
all_ids,
sig_ids,
organism = "dme",
pathways = "all",
pathdir = "kegg_pathways",
verbose = FALSE,
...
)
all_ids |
Set of all gene IDs in a given analysis. |
sig_ids |
Set of significant gene IDs. |
organism |
KEGG organism identifier. |
pathways |
What pathways to look at? |
pathdir |
Directory into which to copy downloaded pathway files. |
verbose |
Talky talky? |
... |
Options I might pass from other functions are dropped into arglist. |
Dataframe including the filenames, percentages, nodes included, and differential nodes.
[KEGGgraph] [KEGGREST]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.