pcxn_network: Create a network of a pcxn object

Description Usage Arguments Value Examples

View source: R/pcxn_network.R

Description

Create a network of a pcxn object

Usage

1
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

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

# network <- pcxn_network(object)

pcxn documentation built on Nov. 8, 2020, 10:58 p.m.