This function is able to create a Cytoscape visual style for any PANDA network output.
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")
# }