pcxn_network {pcxn} | R Documentation |
Create a network of a pcxn object
pcxn_network(object)
object |
pcxn object created by explore or analyze functions |
draws a tkplot object and saves a graph object representing the network
# Create a network of a pcxn object object <- pcxn_explore("pathprint","Alzheimer's disease (KEGG)", 10, 0.05, 0.05) # network <- pcxn_network(object)