pcxn_network {pcxn}R Documentation

Create a network of a pcxn object

Description

Create a network of a pcxn object

Usage

pcxn_network(object)

Arguments

object

pcxn object created by explore or analyze functions

Value

draws a tkplot object and saves a graph object representing the network

Examples

# Create a network of a pcxn object
object <- pcxn_explore("pathprint","Alzheimer's disease (KEGG)", 
10, 0.05, 0.05)

# network <- pcxn_network(object)


[Package pcxn version 2.6.0 Index]