as.list.PathwayList {graphite}R Documentation

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.

Author(s)

Gabriele Sales

See Also

PathwayList

Examples

  as.list(pathways("hsapiens", "kegg"))

[Package graphite version 1.40.0 Index]