DEWSeq
This is the released version of DEWSeq; for the devel version, see DEWSeq.
Differential Expressed Windows Based on Negative Binomial Distribution
Bioconductor version: Release (3.22)
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.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
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.