Description Usage Arguments Examples
To calculate Network diffusion, there are mainly two steps: creating Signalling Network (SigNet) and use SigNet output in calculate single-sample network connectivity using diffusion model.
1 | initializeSignallingNetwork(network, nodeW)
|
network |
a dataframe of two columns "from" and "to" with strings representing gene IDs |
nodeW |
weight on the network node |
1 2 | #network <- initializeSignallingNetwork(network = network, nodeW = nodeW)
#{ ... }
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.