decipherMutationalProcesses: Decipher Mutational Processes Contributing to a Collection of...

decipherMutationalProcessesR Documentation

Decipher Mutational Processes Contributing to a Collection of Genomic Mutations.

Description

Decipher Mutational ProCancer cells accumulate DNA mutations as result of DNA damage and DNA repair processes. Thiscomputational framework allows to decipher mutational processes from cancer-derived somatic mutational catalogs.

Usage

decipherMutationalProcesses(input, params)

Arguments

input

a mutationCounts-class object, including a mutation counts data.

params

a mutFrameworkParams-class object including all the parameters required for running the mutational signature analysis.

Details

This is one of the core functions included in the original mutSignatures R library, and in the WTSI MATLAB framework. This is the main user interface for the mutSignatures analysis.

Value

list including all results of the analysis. The extracted signatures (processes) are included in the "processes" element of the list. The relative contribution of each signature in each sample is summarized in the "exposures" element.

Author(s)

Damiano Fantini, damiano.fantini@gmail.com

References

More information and examples about mutational signature analysis can be found here:

  1. Official website: http://www.mutsignatures.org

  2. More info and examples about the mutSignatures R library: https://www.data-pulse.com/dev_site/mutsignatures/

  3. Oncogene paper, Mutational Signatures Operative in Bladder Cancer: https://www.nature.com/articles/s41388-017-0099-6

  4. WTSI framework: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3588146/

Examples

library(mutSignatures)
x <- mutSignatures:::getTestRunArgs("decipherMutationalProcesses")
x$muts
y <- mutSignatures::decipherMutationalProcesses(input = x$muts,
                                                params = x$params)
y$Results$signatures


dami82/mutSignatures documentation built on Jan. 24, 2023, 12:21 a.m.