retrieve_all_KEGG_pathways: Create a data.frame with all KEGG pathways for a given...

View source: R/pannot.R

retrieve_all_KEGG_pathwaysR Documentation

Create a data.frame with all KEGG pathways for a given organism

Description

Create a data.frame with all KEGG pathways for a given organism

Usage

retrieve_all_KEGG_pathways(org = "mmu")

Arguments

org

Organism (ex : "mmu" for mus musculus, "hsa" for homo sapiens).

Value

a data.frame

Examples

df <-  retrieve_all_KEGG_pathways(org="mmu")
head(df)

VoisinneG/pannot documentation built on July 5, 2023, 4:19 p.m.