Description Usage Arguments Examples
Quantify network connectivity by calculating signal strength between receptors and TFs.
1 | signalOnNetwork(network, outputNode, inputNode, inputSignal = 0.99, n = 2000)
|
network |
output from initilizeNetwork list with 'network' and 'signal' components |
outputNode |
output node |
inputNode |
input node containing receptors in the signalling network |
inputSignal |
minimum amount of signal placed as input for signal propagation |
n |
number of iteration |
nodeW |
weight on the network node |
1 2 3 4 | #data(diffusionData)
#network <- initializeSignallingNetwork(network = network, nodeW = nodeW)
#signalNet<- signalOnNetwork(diffusionData$network, nodeW=M[,1], outputNode = 'FLI1',inputNode = 'TNFRSF1B', inputSignal = 0.99,n = 2000)
#{ ... }
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.