View source: R/s03_all_functions.R
resolveMutSignatures | R Documentation |
If Mutation signatures are known (such as COSMIC signatures), we can estimate the contribution of each signature in different samples. This functions used a matrix of mutation counts and a matrix of mutation signatures, and estimates Exposures to Mutational Signature of each sample.
resolveMutSignatures(mutCountData, signFreqData, byFreq = TRUE)
mutCountData |
object storing mutation counts |
signFreqData |
object storing mutation signatures |
byFreq |
logical, shall exposures be estimated on per_mille normalized counts |
This function is part of the user-interface set of tools included in mutSignatures. This is an exported function.
a list of objects including data about exposures to mutational signatures
Damiano Fantini, damiano.fantini@gmail.com
More information and examples about mutational signature analysis can be found here:
Official website: http://www.mutsignatures.org
More info and examples about the mutSignatures R library: https://www.data-pulse.com/dev_site/mutsignatures/
Oncogene paper, Mutational Signatures Operative in Bladder Cancer: https://www.nature.com/articles/s41388-017-0099-6
x <- mutSignatures:::getTestRunArgs("resolveMutSignatures") y <- mutSignatures::resolveMutSignatures(mutCountData = x$muts, signFreqData = x$sigs) y
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.