Description Usage Arguments Value Examples
This function calculates single-sample network connectivity by using aggregate accumulation of signal per node as a function of time.
1 | diffusionMap(receptors, TFs, M, network, nCores = 2, nTicks = 2000)
|
receptors |
vector of string with ids. |
TFs |
vector of string with gene ids of Transcription Factors |
M |
gene expression data |
network |
a dataframe of two columns "from" and "to" with strings representing gene IDs |
nCores |
number of cores for parallel processing |
nTicks |
maximum number of time steps. Defaults to 2000. |
list of two components: Enode which is end node and Signal i.e. final state of network
1 2 3 4 | data(diffusionData)
# TFs <- diffusionData$TFs
# diffusionMap <- function(receptors, TFs, M, network, nCores=2, nTicks=2000)
#{ ... }
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.