createCytoscapeVizMap(network = NULL, networkList = NULL, outputFile = "setrank.xml")
network
argument,
or a list of networks, through the networkList
argument, to the
function. When using the latter option, the function will generate a single
style applicable to all networks. This style allows to easily spot
differences between different networks generated from the same dataset.Specifying both arguments will results in an error. Networks should of
course be generated by setRankAnalysis
function.