epiNEM2Bg | R Documentation |
Convert epiNEM model into general Boolean graph. Only needed for comparing accuracy of inferred network for bnem and epiNEM.
epiNEM2Bg(t)
t |
full epiNEM model |
differential effects pattern
Martin Pirkl
CreateTopology
topology <- epiNEM::CreateTopology(3, 1, force = TRUE)
topology <- unlist(unique(topology), recursive = FALSE)
extTopology <- epiNEM::ExtendTopology(topology$model, 100)
b <- epiNEM2Bg(extTopology)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.