View source: R/CreateSynData.R
SynSigParamsOneSignature | R Documentation |
Extract parameters for one mutational signature profile
SynSigParamsOneSignature(counts, target.size = 1, distribution = NULL)
counts |
A vector of mutation counts attributed to one signature across length(counts) samples. TODO(Steve): rename to exposures |
target.size |
The length of genomic sequence from which the counts were derived, in megabases. Deprecated, set this to 1. |
distribution |
Probability distribution used to fit exposures due to one
mutational signature. Can be |
For log normal distribution, a 3-element vector with names "prob", "mean", and "stdev".
For negative binomial distribution, a 3-element vector with names "prob", "size", and "mu".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.