Bioc2026 Registration Open!

RESOLVE

RESOLVE: An R package for the efficient analysis of mutational signatures from cancer genomes

Bioconductor version: 3.23 · Package version: 1.14.0

Cancer is a genetic disease caused by somatic mutations in genes controlling key biological functions such as cellular growth and division. Such mutations may arise both through cell-intrinsic and exogenous processes, generating characteristic mutational patterns over the genome named mutational signatures. The study of mutational signatures have become a standard component of modern genomics studies, since it can reveal which (environmental and endogenous) mutagenic processes are active in a tumor, and may highlight markers for therapeutic response. Mutational signatures computational analysis presents many pitfalls. First, the task of determining the number of signatures is very complex and depends on heuristics. Second, several signatures have no clear etiology, casting doubt on them being computational artifacts rather than due to mutagenic processes. Last, approaches for signatures assignment are greatly influenced by the set of signatures used for the analysis. To overcome these limitations, we developed RESOLVE (Robust EStimation Of mutationaL signatures Via rEgularization), a framework that allows the efficient extraction and assignment of mutational signatures. RESOLVE implements a novel algorithm that enables (i) the efficient extraction, (ii) exposure estimation, and (iii) confidence assessment during the computational inference of mutational signatures.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("RESOLVE")

Details

MaintainerLuca De Sano <luca.desano@gmail.com>
AuthorDaniele Ramazzotti [aut] (ORCID: <https://orcid.org/0000-0002-6087-2666>), Luca De Sano [cre, aut] (ORCID: <https://orcid.org/0000-0002-9618-3774>)
Licensefile LICENSE
URLhttps://github.com/danro9685/RESOLVE
Bug Reportshttps://github.com/danro9685/RESOLVE/issues
Downloads rank212
Source branchRELEASE_3_23
biocViewsBiomedicalInformatics, Software, SomaticMutation

Documentation

Download

Dependencies

Depends: R (>= 4.1.0)

Imports: Biostrings, BSgenome, BSgenome.Hsapiens.1000genomes.hs37d5, cluster, data.table, GenomeInfoDb, GenomicRanges, glmnet, ggplot2, gridExtra, IRanges, lsa, MutationalPatterns, nnls, parallel, reshape2, S4Vectors, RhpcBLASctl, survival

Suggests: BiocGenerics, BiocStyle, testthat, knitr