:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'bioconductor-geoexplorer' .. highlight: bash bioconductor-geoexplorer ======================== .. conda:recipe:: bioconductor-geoexplorer :replaces_section_title: :noindex: GEOexplorer\: a webserver for gene expression analysis and visualisation :homepage: https://bioconductor.org/packages/3.18/bioc/html/GEOexplorer.html :license: GPL-3 :recipe: /`bioconductor-geoexplorer `_/`meta.yaml `_ GEOexplorer is a webserver and R\/Bioconductor package and web application that enables users to perform gene expression analysis. The development of GEOexplorer was made possible because of the excellent code provided by GEO2R \(https\: \/\/www.ncbi.nlm.nih.gov\/geo\/geo2r\/\). .. conda:package:: bioconductor-geoexplorer |downloads_bioconductor-geoexplorer| |docker_bioconductor-geoexplorer| :versions: ``1.8.0-0``,  ``1.6.0-0``,  ``1.4.0-0``,  ``1.0.0-0`` :depends bioconductor-biobase: ``>=2.62.0,<2.63.0`` :depends bioconductor-edger: ``>=4.0.0,<4.1.0`` :depends bioconductor-geoquery: ``>=2.70.0,<2.71.0`` :depends bioconductor-impute: ``>=1.76.0,<1.77.0`` :depends bioconductor-limma: ``>=3.58.0,<3.59.0`` :depends bioconductor-sva: ``>=3.50.0,<3.51.0`` :depends r-base: ``>=4.3,<4.4.0a0`` :depends r-car: :depends r-dt: :depends r-enrichr: :depends r-factoextra: :depends r-ggplot2: :depends r-heatmaply: :depends r-htmltools: :depends r-httr: :depends r-knitr: :depends r-markdown: :depends r-pheatmap: :depends r-plotly: :depends r-r.utils: :depends r-readxl: :depends r-scales: :depends r-shiny: :depends r-shinybusy: :depends r-shinycssloaders: :depends r-shinyheatmaply: :depends r-stringr: :depends r-umap: :depends r-xfun: :depends r-xml: :depends r-xml2: :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-geoexplorer and update with:: mamba update bioconductor-geoexplorer To create a new environment, run:: mamba create --name myenvname bioconductor-geoexplorer 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-geoexplorer: (see `bioconductor-geoexplorer/tags`_ for valid values for ````) .. |downloads_bioconductor-geoexplorer| image:: https://img.shields.io/conda/dn/bioconda/bioconductor-geoexplorer.svg?style=flat :target: https://anaconda.org/bioconda/bioconductor-geoexplorer :alt: (downloads) .. |docker_bioconductor-geoexplorer| image:: https://quay.io/repository/biocontainers/bioconductor-geoexplorer/status :target: https://quay.io/repository/biocontainers/bioconductor-geoexplorer .. _`bioconductor-geoexplorer/tags`: https://quay.io/repository/biocontainers/bioconductor-geoexplorer?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-geoexplorer/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-geoexplorer/README.html