DEXSeq
This package is for version 3.19 of Bioconductor; for the stable, up-to-date release version, see DEXSeq.
Inference of differential exon usage in RNA-Seq
Bioconductor version: 3.19
The package is focused on finding differential exon usage using RNA-seq exon counts between samples with different experimental designs. It provides functions that allows the user to make the necessary statistical tests based on a model that uses the negative binomial distribution to estimate the variance between biological replicates and generalized linear models for testing. The package also provides functions for the visualization and exploration of the results.
Author: Simon Anders <sanders at fs.tum.de> and Alejandro Reyes <alejandro.reyes.ds at gmail.com>
Maintainer: Alejandro Reyes <alejandro.reyes.ds at gmail.com>
citation("DEXSeq")):
Installation
To install this package, start R (version "4.4") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("DEXSeq")
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("DEXSeq")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.