sracipeNormalize {sRACIPE}R Documentation

Normalize the simulated gene expression

Description

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

Usage

sracipeNormalize(.object)

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

Arguments

.object

RacipeSE object

Value

A RacipeSE object

Related Functions

sracipeSimulate, sracipeKnockDown, sracipeOverExp, sracipePlotData,

Examples

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

[Package sRACIPE version 1.0.0 Index]