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

View source: R/in_silico_system.R

removeComplexR Documentation

Removes a regulatory complex from the in silico system.

Description

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

Usage

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

## Not run: 
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

## End(Not run)

oliviaAB/sismonr documentation built on June 25, 2022, 11:59 p.m.