- Home
- Bioconductor 3.23
- Software Packages
- DEWSeq (development version)
DEWSeq
This is the development version of DEWSeq; for the stable release version, see DEWSeq.
Differential Expressed Windows Based on Negative Binomial Distribution
Bioconductor version: Development (3.23)
DEWSeq is a sliding window approach for the analysis of differentially enriched binding regions eCLIP or iCLIP next generation sequencing data.
Author: Sudeep Sahadevan [aut], Thomas Schwarzl [aut], bioinformatics team Hentze [aut, cre]
Maintainer: bioinformatics team Hentze <biohentze at embl.de>
citation("DEWSeq")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("DEWSeq")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("DEWSeq")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.