:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'r-exomedepth' .. highlight: bash r-exomedepth ============ .. conda:recipe:: r-exomedepth :replaces_section_title: :noindex: Calls copy number variants \(CNVs\) from targeted sequence data\, typically exome sequencing experiments designed to identify the genetic basis of Mendelian disorders. :homepage: https://CRAN.R-project.org/package=ExomeDepth :license: GPL3 / GPL-3 :recipe: /`r-exomedepth `_/`meta.yaml `_ .. conda:package:: r-exomedepth |downloads_r-exomedepth| |docker_r-exomedepth| :versions: .. raw:: html
1.1.16-31.1.16-21.1.16-11.1.16-01.1.15-41.1.15-31.1.15-21.1.15-11.1.15-0 ``1.1.16-3``,  ``1.1.16-2``,  ``1.1.16-1``,  ``1.1.16-0``,  ``1.1.15-4``,  ``1.1.15-3``,  ``1.1.15-2``,  ``1.1.15-1``,  ``1.1.15-0``,  ``1.1.12-0``,  ``1.1.10-4``,  ``1.1.10-3``,  ``1.1.10-2``,  ``1.1.10-0`` .. raw:: html
:depends bioconductor-biostrings: :depends bioconductor-genomicalignments: :depends bioconductor-genomicranges: ``>=1.23.0`` :depends bioconductor-iranges: :depends bioconductor-rsamtools: :depends libgcc-ng: ``>=12`` :depends libgfortran-ng: :depends libgfortran5: ``>=12.3.0`` :depends libstdcxx-ng: ``>=12`` :depends r-aod: :depends r-base: ``>=4.3,<4.4.0a0`` :depends r-dplyr: :depends r-magrittr: :depends r-vgam: ``>=0.8.4`` :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 r-exomedepth and update with:: mamba update r-exomedepth To create a new environment, run:: mamba create --name myenvname r-exomedepth 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/r-exomedepth: (see `r-exomedepth/tags`_ for valid values for ````) .. |downloads_r-exomedepth| image:: https://img.shields.io/conda/dn/bioconda/r-exomedepth.svg?style=flat :target: https://anaconda.org/bioconda/r-exomedepth :alt: (downloads) .. |docker_r-exomedepth| image:: https://quay.io/repository/biocontainers/r-exomedepth/status :target: https://quay.io/repository/biocontainers/r-exomedepth .. _`r-exomedepth/tags`: https://quay.io/repository/biocontainers/r-exomedepth?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/r-exomedepth/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/r-exomedepth/README.html