Description Usage Arguments Value Examples
View source: R/finalFunctions.R
extend adjacency matrices taking cycles and logics into account. For every given start state, the final state is computed yu using BoolNet.
1 | CreateExtendedAdjacency(network, mutants, experiments)
|
network |
network created by BoolNet from file |
mutants |
vector of single knockouts |
experiments |
vector of all knockouts |
extended adjacency matrix
1 2 3 4 | library(BoolNet)
data(cellcycle)
extModel <- CreateExtendedAdjacency(cellcycle,
c(cellcycle$genes, "CycD.Rb"), cellcycle$genes)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.