removeWeak: Remove Mutation Types Not Meeting the Threshold.

removeWeakR Documentation

Remove Mutation Types Not Meeting the Threshold.

Description

Remove mutation types that account for a total number of mutations below a defined threshold.

Usage

removeWeak(input_mutCounts, params)

Arguments

input_mutCounts

numeric matrix of Mutation Counts

params

object (list) including all parameters required for running the analysis

Details

This is one of the core functions included in the original mutSignatures R library, and in the WTSI MATLAB framework. This is an internal function.

Value

List including two elements:

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

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

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

x <- mutSignatures:::getTestRunArgs("removeWeak")
nrow(x$data)
y <- mutSignatures:::removeWeak(input_mutCounts = x$data, params = x$params)
nrow(y)


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