Description Usage Arguments Value Examples
Creates a CG network from a .sif file. Takes in a .sif file output from Cytoscape, and creates an 'igraph' representing the network. The edges will be annotated with the type of interaction and a weight (1 for activation and -1 for inhibition)
1 | CreateCG(sifFile)
|
sifFile |
the path of the .sif file that contains all the information about the network Load in .sif file |
a CG network
1 2 3 4 | # get path to example .sif file
network <- system.file(package='CausalR', 'extdata', 'testNetwork.sif')
#create cg
cg = CreateCG(network)
|
[1] "File read complete - read in 40 lines. Now constructing network"
[1] "Network has been created - now adding edge properties"
[1] "Added weights to edges"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.