- Home
- Bioconductor 3.22
- Software Packages
- DRIMSeq
DRIMSeq
This is the released version of DRIMSeq; for the devel version, see DRIMSeq.
Differential transcript usage and tuQTL analyses with Dirichlet-multinomial model in RNA-seq
Bioconductor version: Release (3.22)
The package provides two frameworks. One for the differential transcript usage analysis between different conditions and one for the tuQTL analysis. Both are based on modeling the counts of genomic features (i.e., transcripts) with the Dirichlet-multinomial distribution. The package also makes available functions for visualization and exploration of the data and results.
Author: Malgorzata Nowicka [aut, cre]
Maintainer: Malgorzata Nowicka <gosia.nowicka.uzh at gmail.com>
citation("DRIMSeq")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("DRIMSeq")
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("DRIMSeq")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.