recipe bioconductor-snphood

SNPhood: Investigate, quantify and visualise the epigenomic neighbourhood of SNPs using NGS data

Homepage:

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

License:

LGPL (>= 3)

Recipe:

/bioconductor-snphood/meta.yaml

Links:

biotools: snphood, doi: 10.1093/bioinformatics/btw127

To date, thousands of single nucleotide polymorphisms (SNPs) have been found to be associated with complex traits and diseases. However, the vast majority of these disease-associated SNPs lie in the non-coding part of the genome, and are likely to affect regulatory elements, such as enhancers and promoters, rather than function of a protein. Thus, to understand the molecular mechanisms underlying genetic traits and diseases, it becomes increasingly important to study the effect of a SNP on nearby molecular traits such as chromatin environment or transcription factor (TF) binding. Towards this aim, we developed SNPhood, a user-friendly *Bioconductor* R package to investigate and visualize the local neighborhood of a set of SNPs of interest for NGS data such as chromatin marks or transcription factor binding sites from ChIP-Seq or RNA- Seq experiments. SNPhood comprises a set of easy-to-use functions to extract, normalize and summarize reads for a genomic region, perform various data quality checks, normalize read counts using additional input files, and to cluster and visualize the regions according to the binding pattern. The regions around each SNP can be binned in a user-defined fashion to allow for analysis of very broad patterns as well as a detailed investigation of specific binding shapes. Furthermore, SNPhood supports the integration with genotype information to investigate and visualize genotype-specific binding patterns. Finally, SNPhood can be employed for determining, investigating, and visualizing allele-specific binding patterns around the SNPs of interest.

package bioconductor-snphood

(downloads) docker_bioconductor-snphood

versions:
1.32.0-01.30.0-01.28.0-01.24.0-01.22.0-01.20.0-11.20.0-01.18.0-01.16.0-0

1.32.0-01.30.0-01.28.0-01.24.0-01.22.0-01.20.0-11.20.0-01.18.0-01.16.0-01.14.0-11.12.0-01.10.0-01.8.0-01.6.1-0

depends bioconductor-biocgenerics:

>=0.48.0,<0.49.0

depends bioconductor-biocparallel:

>=1.36.0,<1.37.0

depends bioconductor-biostrings:

>=2.70.0,<2.71.0

depends bioconductor-deseq2:

>=1.42.0,<1.43.0

depends bioconductor-genomeinfodb:

>=1.38.0,<1.39.0

depends bioconductor-genomicranges:

>=1.54.0,<1.55.0

depends bioconductor-iranges:

>=2.36.0,<2.37.0

depends bioconductor-rsamtools:

>=2.18.0,<2.19.0

depends bioconductor-s4vectors:

>=0.40.0,<0.41.0

depends bioconductor-summarizedexperiment:

>=1.32.0,<1.33.0

depends bioconductor-variantannotation:

>=1.48.0,<1.49.0

depends r-base:

>=4.3,<4.4.0a0

depends r-checkmate:

depends r-cluster:

depends r-data.table:

depends r-ggplot2:

depends r-gridextra:

depends r-lattice:

depends r-rcolorbrewer:

depends r-reshape2:

depends r-scales:

requirements:

Installation

You need a conda-compatible package manager (currently either micromamba, mamba, or conda) and the Bioconda channel already activated (see set-up-channels).

While any of above package managers is fine, it is currently recommended to use either micromamba or mamba (see here for installation instructions). We will show all commands using mamba below, but the arguments are the same for the two others.

Given that you already have a conda environment in which you want to have this package, install with:

   mamba install bioconductor-snphood

and update with::

   mamba update bioconductor-snphood

To create a new environment, run:

mamba create --name myenvname bioconductor-snphood

with myenvname being a reasonable name for the environment (see e.g. the mamba docs for details and further options).

Alternatively, use the docker container:

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

(see `bioconductor-snphood/tags`_ for valid values for ``<tag>``)

Download stats