sracipeNormalize: Normalize the simulated gene expression

Description Usage Arguments Value Related Functions Examples

Description

Normalize the simulated gene expression including gene expressions for stochastic and knockout simulations

Usage

1
2
3
4
sracipeNormalize(.object)

## S4 method for signature 'RacipeSE'
sracipeNormalize(.object)

Arguments

.object

RacipeSE object

Value

A RacipeSE object

Related Functions

sracipeSimulate, sracipeKnockDown, sracipeOverExp, sracipePlotData,

Examples

1
2
3
4
data("demoCircuit")
rSet <- sRACIPE::sracipeSimulate(circuit = demoCircuit, numModels = 20,
integrateStepSize = 0.1, simulationTime = 30)
rSet <- sracipeNormalize(rSet)

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