recipe bioconductor-soggi

Visualise ChIP-seq, MNase-seq and motif occurrence as aggregate plots Summarised Over Grouped Genomic Intervals

Homepage:

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

License:

GPL (>= 3)

Recipe:

/bioconductor-soggi/meta.yaml

Links:

biotools: soggi, doi: 10.1038/nmeth.3252

The soGGi package provides a toolset to create genomic interval aggregate/summary plots of signal or motif occurence from BAM and bigWig files as well as PWM, rlelist, GRanges and GAlignments Bioconductor objects. soGGi allows for normalisation, transformation and arithmetic operation on and between summary plot objects as well as grouping and subsetting of plots by GRanges objects and user supplied metadata. Plots are created using the GGplot2 libary to allow user defined manipulation of the returned plot object. Coupled together, soGGi features a broad set of methods to visualise genomics data in the context of groups of genomic intervals such as genes, superenhancers and transcription factor binding events.

package bioconductor-soggi

(downloads) docker_bioconductor-soggi

Versions:
1.38.0-01.34.0-01.32.0-01.30.0-01.26.0-01.24.0-01.22.0-11.22.0-01.20.0-0

1.38.0-01.34.0-01.32.0-01.30.0-01.26.0-01.24.0-01.22.0-11.22.0-01.20.0-01.18.0-01.16.0-11.14.0-01.12.0-01.10.0-01.8.0-0

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

  • on bioconductor-biocparallel >=1.40.0,<1.41.0

  • on bioconductor-biostrings >=2.74.0,<2.75.0

  • on bioconductor-chipseq >=1.56.0,<1.57.0

  • on bioconductor-genomeinfodb >=1.42.0,<1.43.0

  • on bioconductor-genomicalignments >=1.42.0,<1.43.0

  • on bioconductor-genomicranges >=1.58.0,<1.59.0

  • on bioconductor-iranges >=2.40.0,<2.41.0

  • on bioconductor-preprocesscore >=1.68.0,<1.69.0

  • on bioconductor-rsamtools >=2.22.0,<2.23.0

  • on bioconductor-rtracklayer >=1.66.0,<1.67.0

  • on bioconductor-s4vectors >=0.44.0,<0.45.0

  • on bioconductor-summarizedexperiment >=1.36.0,<1.37.0

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

  • on r-ggplot2

  • on r-reshape2

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

to add into an existing workspace instead, run:

pixi add bioconductor-soggi

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

Alternatively, to install into a new environment, run:

conda create -n envname bioconductor-soggi

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

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