graph (version 1.50.0)

as.list.PathwayList: Convertion of PathwayLists into lists.

Description

Converts a PathwayList into a list of Pathways.

Usage

## S3 method for class 'PathwayList':
as.list(x, ...)

Arguments

x
a PathwayList object
...
extra arguments to as.list

Value

  • A list of pathways.

See Also

PathwayList

Examples

Run this code
as.list(kegg)

Run the code above in your browser using DataLab