recipe bioconductor-clevrvis

Visualization Techniques for Clonal Evolution

Homepage:

https://bioconductor.org/packages/3.18/bioc/html/clevRvis.html

License:

LGPL-3

Recipe:

/bioconductor-clevrvis/meta.yaml

clevRvis provides a set of visualization techniques for clonal evolution. These include shark plots, dolphin plots and plaice plots. Algorithms for time point interpolation as well as therapy effect estimation are provided. Phylogeny-aware color coding is implemented. A shiny-app for generating plots interactively is additionally provided.

package bioconductor-clevrvis

(downloads) docker_bioconductor-clevrvis

versions:

1.2.0-01.0.0-0

depends r-base:

>=4.3,<4.4.0a0

depends r-colorspace:

depends r-colourpicker:

depends r-cowplot:

depends r-dplyr:

depends r-dt:

depends r-ggiraph:

depends r-ggnewscale:

depends r-ggplot2:

depends r-ggraph:

depends r-htmlwidgets:

depends r-igraph:

depends r-magrittr:

depends r-patchwork:

depends r-purrr:

depends r-r.utils:

depends r-readr:

depends r-readxl:

depends r-shiny:

depends r-shinycssloaders:

depends r-shinydashboard:

depends r-shinyhelper:

depends r-shinywidgets:

depends r-tibble:

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 bioconductor-clevrvis

and update with::

   mamba update bioconductor-clevrvis

To create a new environment, run:

mamba create --name myenvname bioconductor-clevrvis

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

(see `bioconductor-clevrvis/tags`_ for valid values for ``<tag>``)

Download stats