View source: R/CreateSynData.R
GetSynSigParamsFromExposures | R Documentation |
Empirical estimates of key parameters describing exposures due to signatures.
GetSynSigParamsFromExposures( exposures, verbose = 0, distribution = NULL, cancer.type = NULL, sig.params = NULL )
exposures |
A matrix in which each column is a sample and each row is a mutation signature, with each element being the "exposure", i.e. mutation count attributed to a (sample, signature) pair. |
verbose |
If > 0 cat various messages. |
distribution |
Probability distribution used to fit exposures due to one
mutational signature. Can be |
cancer.type |
Optional argument specifying the cancer type of the samples being analyzed. |
sig.params |
Empirical signature parameters generated using real
exposures irrespective of their cancer types. If there
is only one tumor having a signature in a cancer type in |
For log normal distribution, a data frame with one column for each of a subset of the input signatures and the following rows
The proportion of tumors with the signature.
The mean(log_10(number of mutations)).
The stdev(log_10(number of mutations)).
Signatures not present in
exposures
or present only in a single tumor in
exposures
are removed.
For negative binomial distribution, a data frame with one column for each of a subset of the input signatures and the following rows
The proportion of tumors with the signature.
Dispersion parameter.
Mean.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.