View source: R/ontology_kegg.R
pct_kegg_diff | 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_kegg_diff(
all_ids,
sig_ids,
pathway = "00500",
organism = "dme",
pathdir = "kegg_pathways",
...
)
all_ids |
Set of all gene IDs in a given analysis. |
sig_ids |
Set of significant gene IDs. |
pathway |
Numeric pathway identifier. |
organism |
KEGG organism identifier. |
pathdir |
Directory into which to copy downloaded pathway files. |
... |
Options I might pass from other functions are dropped into arglist. |
Percent genes/pathway deemed significant.
[KEGGgraph] [KEGGREST]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.