removeComplex: Removes a regulatory complex from the in silico system.

Description Usage Arguments Value Examples

View source: R/in_silico_system.R

Description

Removes a regulatory complex from the in silico system. Any edge involving this complex is removed from the system.

Usage

1
removeComplex(insilicosystem, name)

Arguments

insilicosystem

The in silico system (see createInSilicoSystem).

name

Character. The name of the regulatory complex to remove.

Value

The modified in silico system.

Examples

1
2
3
4
5
6
mysystem = createInSilicoSystem(G = 10, PC.p = 1, PC.TC.p = 1, regcomplexes.p = 0.8)
mysystem$complexes
mysystem$edg
mysystem2 = removeComplex(mysystem, "CTC1")
mysystem2$complexes
mysystem2$edg

sismonr documentation built on Feb. 11, 2020, 9:07 a.m.