recipe bioconductor-intomics

Integrative analysis of multi-omics data to infer regulatory networks

Homepage:

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

License:

GPL-3

Recipe:

/bioconductor-intomics/meta.yaml

IntOMICS is an efficient integrative framework based on Bayesian networks. IntOMICS systematically analyses gene expression (GE), DNA methylation (METH), copy number variation (CNV) and biological prior knowledge (B) to infer regulatory networks. IntOMICS complements the missing biological prior knowledge by so-called empirical biological knowledge (empB), estimated from the available experimental data. An automatically tuned MCMC algorithm (Yang and Rosenthal, 2017) estimates model parameters and the empirical biological knowledge. Conventional MCMC algorithm with additional Markov blanket resampling (MBR) step (Su and Borsuk, 2016) infers resulting regulatory network structure consisting of three types of nodes: GE nodes refer to gene expression levels, CNV nodes refer to associated copy number variations, and METH nodes refer to associated DNA methylation probe(s).

package bioconductor-intomics

(downloads) docker_bioconductor-intomics

Versions:

1.2.0-01.0.0-0

Depends:
  • on bioconductor-summarizedexperiment >=1.32.0,<1.33.0

  • on r-base >=4.3,<4.4.0a0

  • on r-bestnormalize

  • on r-bnlearn

  • on r-bnstruct

  • on r-cowplot

  • on r-ggplot2

  • on r-ggraph

  • on r-gplots

  • on r-igraph

  • on r-matrixstats

  • on r-numbers

  • on r-rcolorbrewer

  • on r-rlang

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-intomics

to add into an existing workspace instead, run:

pixi add bioconductor-intomics

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-intomics

Alternatively, to install into a new environment, run:

conda create -n envname bioconductor-intomics

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

(see bioconductor-intomics/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