:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'merfishtools' .. highlight: bash merfishtools ============ .. conda:recipe:: merfishtools :replaces_section_title: :noindex: MERFISHtools implement a Bayesian framework for accurately predicting gene or transcript expression from MERFISH data. On top\, differential expression analysis can be performed for two or multiple conditions\, including credible intervals for fold change and coefficient of variation\, and controlling the expected false discovery rate. :homepage: https://merfishtools.github.io :license: MIT :recipe: /`merfishtools `_/`meta.yaml `_ .. conda:package:: merfishtools |downloads_merfishtools| |docker_merfishtools| :versions: .. raw:: html
1.5.0-01.4.0-01.3.0-31.3.0-21.3.0-11.2.0-11.1.0-11.0.0-10.9.1-1 ``1.5.0-0``,  ``1.4.0-0``,  ``1.3.0-3``,  ``1.3.0-2``,  ``1.3.0-1``,  ``1.2.0-1``,  ``1.1.0-1``,  ``1.0.0-1``,  ``0.9.1-1``,  ``0.9.1-0`` .. raw:: html
:depends gsl: ``>=2.2.1,<2.3.0a0`` :depends libgcc-ng: ``>=4.9`` :depends matplotlib: :depends numpy: :depends openblas: ``>=0.2.20,<0.2.21.0a0`` :depends pandas: :depends python: ``>=3.5,<3.6.0a0`` :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 merfishtools and update with:: mamba update merfishtools To create a new environment, run:: mamba create --name myenvname merfishtools 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/merfishtools: (see `merfishtools/tags`_ for valid values for ````) .. |downloads_merfishtools| image:: https://img.shields.io/conda/dn/bioconda/merfishtools.svg?style=flat :target: https://anaconda.org/bioconda/merfishtools :alt: (downloads) .. |docker_merfishtools| image:: https://quay.io/repository/biocontainers/merfishtools/status :target: https://quay.io/repository/biocontainers/merfishtools .. _`merfishtools/tags`: https://quay.io/repository/biocontainers/merfishtools?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/merfishtools/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/merfishtools/README.html