network-methods {PFP}R Documentation

Basic pathway networks of PFPRefnet class

Description

This function extract the basic networks of PFPRefnet class.

Usage

network(object)

## S4 method for signature 'PFPRefnet'
network(object)

Arguments

object,

PFPRefnet class

Value

a graphNEL list of all basic networks

See Also

PFPRefnet-class

Examples

data(PFPRefnet_hsa)
network <- network(PFPRefnet_hsa)

[Package PFP version 1.1.0 Index]