Skip to contents

This function is able to create a Cytoscape visual style for any PANDA network output.

Usage

createPandaStyle(style_name = "PandaStyle")

Arguments

style_name

Character string indicating the style name. Defaults to "PandaStyle"

Value

A visual style in Cytoscape Control Panel under "Style" button.

Examples

# Here we will load a customized visual style for our network, in which TF 
# nodes are orange circles, target gene nodes are blue squares, and edges 
# shade and width are the edge weight (likelyhood of regulatory interaction 
# between the TF and gene). You can further customize the network style 
# directly from Cytoscape.
# \donttest{
createPandaStyle(style_name="PandaStyle")
# }