Description Usage Arguments Examples
exportNetwork writes the panda network (RegNet) to foreign file formats.
| 1 | exportNetwork(x, file, format = "ncol")
 | 
| x | An object of class "panda" or an incidence network matrix. | 
| file | A connection or a string giving the file name to output the network. | 
| format | Character string giving the file format supported by igraph. | 
| 1 2 3 4 | data(pandaToyData)
pandaRes <- panda(pandaToyData$motif, pandaToyData$expression, pandaToyData$ppi)
topPandaRes <- topedges(pandaRes, 1000)
exportNetwork(topPandaRes, 'topPandaRes.txt')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.