recipe merfishtools

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

package merfishtools

(downloads) docker_merfishtools

versions:
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-01.4.0-01.3.0-31.3.0-21.3.0-11.2.0-11.1.0-11.0.0-10.9.1-10.9.1-0

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:

Installation

You need a conda-compatible package manager (currently either micromamba, mamba, or conda) and the Bioconda channel already activated (see 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:<tag>

(see `merfishtools/tags`_ for valid values for ``<tag>``)

Download stats