recipe bioconductor-enrichdo

a Global Weighted Model for Disease Ontology Enrichment Analysis

Homepage:

https://bioconductor.org/packages/3.20/bioc/html/EnrichDO.html

License:

MIT + file LICENSE

Recipe:

/bioconductor-enrichdo/meta.yaml

To implement disease ontology (DO) enrichment analysis, this package is designed and presents a double weighted model based on the latest annotations of the human genome with DO terms, by integrating the DO graph topology on a global scale. This package exhibits high accuracy that it can identify more specific DO terms, which alleviates the over enriched problem. The package includes various statistical models and visualization schemes for discovering the associations between genes and diseases from biological big data.

package bioconductor-enrichdo

(downloads) docker_bioconductor-enrichdo

Versions:

1.4.0-01.0.0-0

Depends:
  • on bioconductor-biocgenerics >=0.56.0,<0.57.0

  • on bioconductor-graph >=1.88.0,<1.89.0

  • on bioconductor-rgraphviz >=2.54.0,<2.55.0

  • on bioconductor-s4vectors >=0.48.0,<0.49.0

  • on r-base >=4.5,<4.6.0a0

  • on r-dplyr

  • on r-ggplot2

  • on r-hash

  • on r-magrittr

  • on r-pheatmap

  • on r-purrr

  • on r-tidyr

Additional platforms:

Installation

You need a conda-compatible package manager (currently either pixi, conda, or micromamba) and the Bioconda channel already activated (see Usage). Below, we show how to install with either pixi or conda (for micromamba and mamba, commands are essentially the same as with conda).

Pixi

With pixi installed and the Bioconda channel set up (see Usage), to install globally, run:

pixi global install bioconductor-enrichdo

to add into an existing workspace instead, run:

pixi add bioconductor-enrichdo

In the latter case, make sure to first add bioconda and conda-forge to the channels considered by the workspace:

pixi workspace channel add conda-forge
pixi workspace channel add bioconda

Conda

With conda installed and the Bioconda channel set up (see Usage), to install into an existing and activated environment, run:

conda install bioconductor-enrichdo

Alternatively, to install into a new environment, run:

conda create -n envname bioconductor-enrichdo

with envname being the name of the desired environment.

Container

Alternatively, every Bioconda package is available as a container image for usage with your preferred container runtime. For e.g. docker, run:

docker pull quay.io/biocontainers/bioconductor-enrichdo:<tag>

(see bioconductor-enrichdo/tags for valid values for <tag>).

Integrated deployment

Finally, note that many scientific workflow management systems directly integrate both conda and container based software deployment. Thus, workflow steps can be often directly annotated to use the package, leading to automatic deployment by the respective workflow management system, thereby improving reproducibility and transparency. Check the documentation of your workflow management system to find out about the integration.

Download stats