View source: R/CreateSynData.R
AddNoise | R Documentation |
Exposures and spectra with Poisson or negative binomial noise in exposures.
AddNoise(input.exposure, signatures, n.binom.size = 100)
input.exposure |
The exposures to which to add noise; a numeric matrix or data frame in which the rows are signatures and the columns are samples. Each cell indicates the number of mutations due to a particular signature in a particular sample. |
signatures |
The signatures in the exposure; the column names
of |
n.binom.size |
If non |
A list with the elements
The numbers of mutations due to each signature after adding noise
The spectra based on the noisy signature exposures.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.