addNoise | R Documentation |
Adds noise to simulated data
addNoise(sim, sd = 1)
sim |
bnemsim object from simBoolGtn |
sd |
standard deviation for the rnorm function |
noisy fold-change matrix
Martin Pirkl
sim <- simBoolGtn(Sgenes = 10, maxEdges = 10, negation=0.1,layer=1)
fc <- addNoise(sim,sd=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.