Learn R Programming

RCPA (version 0.2.6)

getSPIAKEGGNetwork: Get KEGG pathway network for SPIA method

Description

Get KEGG pathway network for SPIA method

Usage

getSPIAKEGGNetwork(org = "hsa", updateCache = FALSE)

Value

A named list with three elements: network, names and sizes.

Arguments

org

The organism abbreviation. E.g, hsa, mmu, dme, etc. To see the full list of supported organisms, visit https://www.genome.jp/kegg/catalog/org_list.html.

updateCache

A parameter to disable/enable cache update.

Examples

Run this code
# \donttest{
spiaNetwork <- getSPIAKEGGNetwork("hsa")
# }

Run the code above in your browser using DataLab