- recipe bioconductor-damsel
Damsel: an end to end analysis of DamID
- Homepage:
https://bioconductor.org/packages/3.20/bioc/html/Damsel.html
- License:
MIT + file LICENSE
- Recipe:
Damsel provides an end to end analysis of DamID data. Damsel takes bam files from Dam-only control and fusion samples and counts the reads matching to each GATC region. edgeR is utilised to identify regions of enrichment in the fusion relative to the control. Enriched regions are combined into peaks, and are associated with nearby genes. Damsel allows for IGV style plots to be built as the results build, inspired by ggcoverage, and using the functionality and layering ability of ggplot2. Damsel also conducts gene ontology testing with bias correction through goseq, and future versions of Damsel will also incorporate motif enrichment analysis. Overall, Damsel is the first package allowing for an end to end analysis with visual capabilities. The goal of Damsel was to bring all the analysis into one place, and allow for exploratory analysis within R.
- package bioconductor-damsel¶
-
- Versions:
1.6.0-0,1.2.0-0- Depends:
on bioconductor-annotationdbi
>=1.72.0,<1.73.0on bioconductor-biostrings
>=2.78.0,<2.79.0on bioconductor-complexheatmap
>=2.26.0,<2.27.0on bioconductor-edger
>=4.8.0,<4.9.0on bioconductor-genomeinfodb
>=1.46.0,<1.47.0on bioconductor-genomicfeatures
>=1.62.0,<1.63.0on bioconductor-genomicranges
>=1.62.0,<1.63.0on bioconductor-ggbio
>=1.58.0,<1.59.0on bioconductor-goseq
>=1.62.0,<1.63.0on bioconductor-plyranges
>=1.30.0,<1.31.0on bioconductor-rsamtools
>=2.26.0,<2.27.0on bioconductor-rsubread
>=2.24.0,<2.25.0on r-base
>=4.5,<4.6.0a0on r-dplyr
on r-ggplot2
on r-magrittr
on r-patchwork
on r-reshape2
on r-rlang
on r-stringr
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-damsel
to add into an existing workspace instead, run:
pixi add bioconductor-damsel
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-damsel
Alternatively, to install into a new environment, run:
conda create -n envname bioconductor-damsel
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-damsel:<tag>
(see bioconductor-damsel/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¶
Link to this page¶
Render an badge with the following MarkDown:
[](http://bioconda.github.io/recipes/bioconductor-damsel/README.html)