recipe r-htscluster

A Poisson mixture model is implemented to cluster genes from high- throughput transcriptome sequencing (RNA-seq) data. Parameter estimation is performed using either the EM or CEM algorithm, and the slope heuristics are used for model selection (i.e., to choose the number of clusters).

Homepage:

https://CRAN.R-project.org/package=HTSCluster

License:

GPL3 / GPL (>= 3)

Recipe:

/r-htscluster/meta.yaml

package r-htscluster

(downloads) docker_r-htscluster

versions:

2.0.11-02.0.10-22.0.10-12.0.10-02.0.8-52.0.8-42.0.8-32.0.8-12.0.8-0

depends bioconductor-edger:

depends r-base:

>=4.3,<4.4.0a0

depends r-capushe:

depends r-plotrix:

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 r-htscluster

and update with::

   mamba update r-htscluster

To create a new environment, run:

mamba create --name myenvname r-htscluster

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-htscluster:<tag>

(see `r-htscluster/tags`_ for valid values for ``<tag>``)

Download stats