getMetabolicPathways | R Documentation |
Generate list of metabolic pathways from Reactome and KEGG databases
getMetabolicPathways(
universe,
metGenes,
keggOrgCode,
threshold = 0.01,
includeReactome = TRUE,
includeKEGG = TRUE
)
universe |
list of genes |
metGenes |
list of metabolic genes |
keggOrgCode |
KEGG organism code, like mmu or hsa |
threshold |
threshold for Fisher test to filter out non-metabolic pathways |
includeReactome |
whether to include Reactome pathways (only works for Entrez ID universe) |
includeKEGG |
whether to include KEGG pathways and modules |
list of metabolic pathways for given organism and list of genes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.