:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'bioconductor-resolve' .. highlight: bash bioconductor-resolve ==================== .. conda:recipe:: bioconductor-resolve :replaces_section_title: :noindex: RESOLVE\: An R package for the efficient analysis of mutational signatures from cancer genomes :homepage: https://bioconductor.org/packages/3.18/bioc/html/RESOLVE.html :license: file LICENSE :recipe: /`bioconductor-resolve `_/`meta.yaml `_ 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. .. conda:package:: bioconductor-resolve |downloads_bioconductor-resolve| |docker_bioconductor-resolve| :versions: ``1.4.0-0``,  ``1.2.0-0``,  ``1.0.0-0`` :depends bioconductor-biostrings: ``>=2.70.0,<2.71.0`` :depends bioconductor-bsgenome: ``>=1.70.0,<1.71.0`` :depends bioconductor-bsgenome.hsapiens.1000genomes.hs37d5: ``>=0.99.0,<0.100.0`` :depends bioconductor-genomeinfodb: ``>=1.38.0,<1.39.0`` :depends bioconductor-genomicranges: ``>=1.54.0,<1.55.0`` :depends bioconductor-iranges: ``>=2.36.0,<2.37.0`` :depends bioconductor-mutationalpatterns: ``>=3.12.0,<3.13.0`` :depends bioconductor-s4vectors: ``>=0.40.0,<0.41.0`` :depends r-base: ``>=4.3,<4.4.0a0`` :depends r-data.table: :depends r-ggplot2: :depends r-glmnet: :depends r-gridextra: :depends r-lsa: :depends r-nnls: :depends r-reshape2: :requirements: .. rubric:: Installation You need a conda-compatible package manager (currently either `micromamba `_, `mamba `_, or `conda `_) and the Bioconda channel already activated (see :ref:`set-up-channels`). While any of above package managers is fine, it is currently recommended to use either micromamba or mamba (see `here `_ for installation instructions). We will show all commands using mamba below, but the arguments are the same for the two others. Given that you already have a conda environment in which you want to have this package, install with:: mamba install bioconductor-resolve and update with:: mamba update bioconductor-resolve To create a new environment, run:: mamba create --name myenvname bioconductor-resolve with ``myenvname`` being a reasonable name for the environment (see e.g. the `mamba docs `_ for details and further options). Alternatively, use the docker container:: docker pull quay.io/biocontainers/bioconductor-resolve: (see `bioconductor-resolve/tags`_ for valid values for ````) .. |downloads_bioconductor-resolve| image:: https://img.shields.io/conda/dn/bioconda/bioconductor-resolve.svg?style=flat :target: https://anaconda.org/bioconda/bioconductor-resolve :alt: (downloads) .. |docker_bioconductor-resolve| image:: https://quay.io/repository/biocontainers/bioconductor-resolve/status :target: https://quay.io/repository/biocontainers/bioconductor-resolve .. _`bioconductor-resolve/tags`: https://quay.io/repository/biocontainers/bioconductor-resolve?tab=tags .. raw:: html Download stats ----------------- .. raw:: html :file: ../../templates/package_dashboard.html Link to this page ----------------- Render an |install-with-bioconda| badge with the following MarkDown:: [![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/bioconductor-resolve/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/bioconductor-resolve/README.html