sracipeCircuit-set: Initialize the circuit

Description Usage Arguments Value Related Functions Examples

Description

Initialize the circuit from a topology file or a data.frame A typical topology file looks like

Source Target Type
geneA geneB 2
geneB geneC 1
geneB geneA 2

Here the regulation type is specified by number - activation: 1, inhibition: 2

Usage

1
2
3
4
sracipeCircuit(.object) <- value

## S4 replacement method for signature 'RacipeSE'
sracipeCircuit(.object) <- value

Arguments

.object

RacipeSE object

value

data.frame containing the circuit information

Value

data.frame

Related Functions

sracipeSimulate, sracipeKnockDown, sracipeOverExp, sracipePlotData

Examples

1
2
3
4
5
RacipeSet <- RacipeSE()
data("demoCircuit")
sracipeCircuit(RacipeSet) <- demoCircuit
sracipeCircuit(RacipeSet)
rm(RacipeSet, demoCircuit)

vivekkohar/sRACIPE documentation built on March 21, 2021, 8:19 p.m.