as.list.DeprecatedPathwayList {graphite}R Documentation

Convertion of DeprecatedPathwayLists into lists.

Description

Converts a DeprecatedPathwayList into a list of Pathways.

Usage

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

Arguments

x

a DeprecatedPathwayList object

...

extra arguments to as.list

Value

A list of pathways.

Author(s)

Gabriele Sales

See Also

DeprecatedPathwayList

Examples

  as.list(reactome)

[Package graphite version 1.24.1 Index]