powered by
Remove mutation types that account for a total number of mutations below a defined threshold.
removeWeak(input_mutCounts, params)
numeric matrix of Mutation Counts
object (list) including all parameters required for running the analysis
List including two elements:
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
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.
More information and examples about mutational signature analysis can be found here:
GitHub Repo: https://github.com/dami82/mutSignatures/
Sci Rep paper, introducing mutS: https://www.nature.com/articles/s41598-020-75062-0/
WTSI framework: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3588146/
# NOT RUN { x <- mutSignatures:::getTestRunArgs("removeWeak") nrow(x$data) y <- mutSignatures:::removeWeak(input_mutCounts = x$data, params = x$params) nrow(y) # }
Run the code above in your browser using DataLab