addNoise {bnem}R Documentation

Add noise

Description

Adds noise to simulated data

Usage

addNoise(sim, sd = 1)

Arguments

sim

bnemsim object from simBoolGtn

sd

standard deviation for the rnorm function

Value

noisy fold-change matrix

Author(s)

Martin Pirkl

Examples

sim <- simBoolGtn(Sgenes = 10, maxEdges = 10, negation=0.1,layer=1)
fc <- addNoise(sim,sd=1)

[Package bnem version 1.1.3 Index]