View source: R/initExampleData.R
createBGComponents | R Documentation |
Simulating background noise signals originating from experimental settings or random events
createBGComponents( components, samples, labels, timepoints = 15, bg = 3, mean = 5, sd = 3, experimentSD = 2, randomnoise = 0.1, plotting = FALSE )
components |
number of background components to be created |
samples |
number of experiments |
labels |
name of each experiment |
timepoints |
number of sample measurements |
bg |
number of background measurements |
mean |
mean value of noise components |
sd |
standard deviation value of noise for this component |
experimentSD |
standard deviation value of each experiment for this component |
randomnoise |
random variation changing at each time point |
plotting |
Indicator whether the component will be plotted (TRUE) or not (FALSE) |
matrix of background components
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.