Learn R Programming

CHRONOS (version 1.0.3)

downloadKEGGPathwayList: Retrieve all availiable pathways for an organism.

Description

Retrieve all availiable pathways for an organism.

Usage

downloadKEGGPathwayList(org)

Arguments

org
KEGG organism identifier.

Value

Data frame of pathway ids and names.

Details

.

References

Examples

Run this code

# Load extracted linear subpathways from toy data
load(system.file('extdata', 'Examples//data.RData', package='CHRONOS'))

# Retrieve all availiable hsa pathways
## Not run: pathways <- downloadKEGGPathwayList(org='hsa')

Run the code above in your browser using DataLab