format_KEGG: Format KEGG database to be ASURAT-friendly

Description Usage Arguments Value Examples

View source: R/KEGG.R

Description

Format KEGG database to be ASURAT-friendly

Usage

1

Arguments

dict

list of KEGG pathways imported ***Please clarify***

Value

Formatted KEGG dictionary ***Please clarify***

Examples

1
2
3
dict_KEGG_raw <- collect_KEGG(organism = "hsa", category_names = c("pathway"))
dict_KEGG <- list(pathway = dict_KEGG_raw[["pathway"]][["success"]])
tidy_KEGG <- format_KEGG(dict = dict_KEGG)

johannesnicolaus/ASURAT_source documentation built on Dec. 21, 2021, 2:11 a.m.