epiNEM2Bg: Switch between epiNEM and B-NEM

View source: R/bnem_main.r

epiNEM2BgR Documentation

Switch between epiNEM and B-NEM

Description

Convert epiNEM model into general Boolean graph. Only needed for comparing accuracy of inferred network for bnem and epiNEM.

Usage

epiNEM2Bg(t)

Arguments

t

full epiNEM model

Value

differential effects pattern

Author(s)

Martin Pirkl

See Also

CreateTopology

Examples

topology <- epiNEM::CreateTopology(3, 1, force = TRUE)
topology <- unlist(unique(topology), recursive = FALSE)
extTopology <- epiNEM::ExtendTopology(topology$model, 100)
b <- epiNEM2Bg(extTopology)

MartinFXP/bnem documentation built on Oct. 27, 2023, 8:24 p.m.