Package: DEXSeq 1.59.0

Hugo Gruson

DEXSeq: Inference of differential exon usage in RNA-Seq

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.

Authors:Simon Anders [aut], Alejandro Reyes [aut, ccp], Hugo Gruson [cre]

DEXSeq_1.59.0.tar.gz
DEXSeq_1.59.0.zip(r-4.7)DEXSeq_1.59.0.zip(r-4.6)DEXSeq_1.59.0.zip(r-4.5)
DEXSeq_1.59.0.tgz(r-4.6-any)DEXSeq_1.59.0.tgz(r-4.5-any)
DEXSeq_1.59.0.tar.gz(r-4.7-any)DEXSeq_1.59.0.tar.gz(r-4.6-any)
DEXSeq_1.59.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
DEXSeq/json (API)
NEWS

# Install 'DEXSeq' in R:
install.packages('DEXSeq', repos = c('https://bioc.r-universe.dev', 'https://cloud.r-project.org'))

On BioConductor:DEXSeq-1.59.0(bioc 3.24)DEXSeq-1.58.0(bioc 3.23)

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

immunooncologysequencingrnaseqdifferentialexpressionalternativesplicingdifferentialsplicinggeneexpressionvisualization

7.95 score 5 packages 498 scripts 3.0k downloads 226 mentions 27 exports 98 dependencies

Last updated from:93934728c6. Checks:1 ERROR, 9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
bioc-checksERROR237
linux-devel-x86_64OK408
source / vignettesOK442
linux-release-x86_64OK441
macos-release-arm64OK331
macos-oldrel-arm64OK369
windows-develOK385
windows-releaseOK367
windows-oldrelOK380
wasm-releaseOK198

Exports:colData<-countsDEXSeqDEXSeqDataSetDEXSeqDataSetFromHTSeqDEXSeqDataSetFromSEDEXSeqHTMLDEXSeqResultsestimateDispersionsestimateExonFoldChangesestimateSizeFactorsexonIDsexonIDs<-featureCountsfeatureIDsfeatureIDs<-findOverlapsgeneIDsgeneIDs<-groupIDsgroupIDs<-perGeneQValueplotDEXSeqplotMAsampleAnnotationsubsetByOverlapstestForDEU

Dependencies:abindannotateAnnotationDbiaskpassBHBiobaseBiocFileCacheBiocGenericsBiocParallelbiomaRtBiostringsbitbit64bitopsblobcachemclicodetoolscpp11crayoncurlDBIdbplyrDelayedArrayDESeq2dplyrfarverfastmapfilelockformatRfutile.loggerfutile.optionsgenefiltergeneplottergenericsGenomicRangesggplot2gluegtablehmshttrhttr2hwriterIRangesisobandjsonliteKEGGRESTlabelinglambda.rlatticelifecyclelocfitmagrittrMatrixMatrixGenericsmatrixStatsmemoisemimeopensslpillarpkgconfigpngprettyunitsprogresspurrrR6rappdirsRColorBrewerRcppRcppArmadilloRhtslibrlangRsamtoolsRSQLiteS4ArraysS4VectorsS7scalesSeqinfosnowSparseArraystatmodstringistringrSummarizedExperimentsurvivalsystibbletidyrtidyselectutf8vctrsviridisLitewithrXMLxml2xtableXVector

Inferring differential exon usage in RNA-Seq data with the DEXSeq package

Rendered fromDEXSeq.Rmdusingknitr::rmarkdownon May 30 2026.

Last update: 2026-04-08
Started: 2019-03-01

Readme and manuals

Help Manual

Help pageTopics
Accessors for the 'counts' slot of a DEXSeqResults object.counts counts,DEXSeqResults-method
Performs the differential exon usage test in a single commandDEXSeq
This functions are deprecated and will become defunct.DEXSeq-defunct
DEXSeqDataSet object and constructorsDEXSeqDataSet DEXSeqDataSet-class DEXSeqDataSetFromHTSeq DEXSeqDataSetFromSE
Subset and replacements of DEXSeqDataSet slots$<-,DEXSeqDataSet-method colData<-,DEXSeqDataSet,DataFrame-method [,DEXSeqDataSet,ANY,ANY,ANY-method [,DEXSeqDataSet,ANY,ANY-method [,DEXSeqDataSet,ANY-method [,DEXSeqDataSet-method
DEXSeq HTML report writerDEXSeqHTML
DEXSeqResults objectDEXSeqResults DEXSeqResults-class
Estimate the dispersions for a DEXSeqDataSetestimateDispersions estimateDispersions,DEXSeqDataSet-method
Estimates exon usage coefficients from the fitted terms of the GLM.estimateExonFoldChanges
Estimate the size factors for a DEXSeqDataSetestimateSizeFactors estimateSizeFactors,DEXSeqDataSet-method
Accessor functions for DEXSeqDataSet detailsexonIDs exonIDs<- featureCounts featureIDs featureIDs<- geneIDs geneIDs<- groupIDs groupIDs<- sampleAnnotation
Methods from GRanges overlaps for the DEXSeq objectfindOverlaps findOverlaps,DEXSeqResults,GenomicRanges-method findOverlaps-methods subsetByOverlaps subsetByOverlaps,DEXSeqResults,GenomicRanges-method subsetByOverlaps-methods
Summarize per-exon p-values into per-gene q-values.perGeneQValue
Visualization of the per gene DEXSeq results.plotDEXSeq
Plot dispersion estimatesplotDispEsts plotDispEsts,DEXSeqDataSet-method
Generate an MA plotplotMA plotMA,DEXSeqDataSet-method plotMA,DEXSeqResults-method plotMA-methods
Test for Differential Exon UsagetestForDEU