:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'bioconductor-plotgardener' .. highlight: bash bioconductor-plotgardener ========================= .. conda:recipe:: bioconductor-plotgardener :replaces_section_title: :noindex: Coordinate\-Based Genomic Visualization Package for R :homepage: https://bioconductor.org/packages/3.18/bioc/html/plotgardener.html :license: MIT + file LICENSE :recipe: /`bioconductor-plotgardener `_/`meta.yaml `_ Coordinate\-based genomic visualization package for R. It grants users the ability to programmatically produce complex\, multi\-paneled figures. Tailored for genomics\, plotgardener allows users to visualize large complex genomic datasets and provides exquisite control over how plots are placed and arranged on a page. .. conda:package:: bioconductor-plotgardener |downloads_bioconductor-plotgardener| |docker_bioconductor-plotgardener| :versions: ``1.8.1-0``,  ``1.6.2-0``,  ``1.4.1-1``,  ``1.4.1-0``,  ``1.0.17-0``,  ``1.0.14-0``,  ``1.0.1-0``,  ``1.0.0-0`` :depends bioconductor-genomeinfodb: ``>=1.38.0,<1.39.0`` :depends bioconductor-genomeinfodb: ``>=1.38.1,<1.39.0a0`` :depends bioconductor-genomicranges: ``>=1.54.0,<1.55.0`` :depends bioconductor-genomicranges: ``>=1.54.1,<1.55.0a0`` :depends bioconductor-iranges: ``>=2.36.0,<2.37.0`` :depends bioconductor-iranges: ``>=2.36.0,<2.37.0a0`` :depends bioconductor-plyranges: ``>=1.22.0,<1.23.0`` :depends bioconductor-plyranges: ``>=1.22.0,<1.23.0a0`` :depends libblas: ``>=3.9.0,<4.0a0`` :depends libgcc-ng: ``>=12`` :depends liblapack: ``>=3.9.0,<4.0a0`` :depends libstdcxx-ng: ``>=12`` :depends r-base: ``>=4.3,<4.4.0a0`` :depends r-curl: :depends r-data.table: :depends r-dplyr: :depends r-ggplotify: :depends r-purrr: :depends r-rcolorbrewer: :depends r-rcpp: :depends r-rlang: :depends r-strawr: :depends r-withr: :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-plotgardener and update with:: mamba update bioconductor-plotgardener To create a new environment, run:: mamba create --name myenvname bioconductor-plotgardener 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-plotgardener: (see `bioconductor-plotgardener/tags`_ for valid values for ````) .. |downloads_bioconductor-plotgardener| image:: https://img.shields.io/conda/dn/bioconda/bioconductor-plotgardener.svg?style=flat :target: https://anaconda.org/bioconda/bioconductor-plotgardener :alt: (downloads) .. |docker_bioconductor-plotgardener| image:: https://quay.io/repository/biocontainers/bioconductor-plotgardener/status :target: https://quay.io/repository/biocontainers/bioconductor-plotgardener .. _`bioconductor-plotgardener/tags`: https://quay.io/repository/biocontainers/bioconductor-plotgardener?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-plotgardener/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-plotgardener/README.html