recipe bioconductor-spatzie

Identification of enriched motif pairs from chromatin interaction data

Homepage:

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

License:

GPL-3

Recipe:

/bioconductor-spatzie/meta.yaml

Identifies motifs that are significantly co-enriched from enhancer-promoter interaction data. While enhancer-promoter annotation is commonly used to define groups of interaction anchors, spatzie also supports co-enrichment analysis between preprocessed interaction anchors. Supports BEDPE interaction data derived from genome-wide assays such as HiC, ChIA-PET, and HiChIP. Can also be used to look for differentially enriched motif pairs between two interaction experiments.

package bioconductor-spatzie

(downloads) docker_bioconductor-spatzie

Versions:

1.12.0-01.8.0-01.6.0-01.4.0-01.0.0-0

Depends:
  • on bioconductor-biocgenerics >=0.52.0,<0.53.0

  • on bioconductor-bsgenome >=1.74.0,<1.75.0

  • on bioconductor-genomeinfodb >=1.42.0,<1.43.0

  • on bioconductor-genomicfeatures >=1.58.0,<1.59.0

  • on bioconductor-genomicinteractions >=1.40.0,<1.41.0

  • on bioconductor-genomicranges >=1.58.0,<1.59.0

  • on bioconductor-iranges >=2.40.0,<2.41.0

  • on bioconductor-matrixgenerics >=1.18.0,<1.19.0

  • on bioconductor-motifmatchr >=1.28.0,<1.29.0

  • on bioconductor-s4vectors >=0.44.0,<0.45.0

  • on bioconductor-summarizedexperiment >=1.36.0,<1.37.0

  • on bioconductor-tfbstools >=1.44.0,<1.45.0

  • on r-base >=4.4,<4.5.0a0

  • on r-ggplot2

  • on r-matrixstats

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

to add into an existing workspace instead, run:

pixi add bioconductor-spatzie

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

Alternatively, to install into a new environment, run:

conda create -n envname bioconductor-spatzie

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

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