Package: DEXSeq 1.53.0

Alejandro Reyes

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 <[email protected]> and Alejandro Reyes <[email protected]>

DEXSeq_1.53.0.tar.gz
DEXSeq_1.53.0.zip(r-4.5)DEXSeq_1.53.0.zip(r-4.4)DEXSeq_1.53.0.zip(r-4.3)
DEXSeq_1.53.0.tgz(r-4.4-any)DEXSeq_1.53.0.tgz(r-4.3-any)
DEXSeq_1.53.0.tar.gz(r-4.5-noble)DEXSeq_1.53.0.tar.gz(r-4.4-noble)
DEXSeq_1.53.0.tgz(r-4.4-emscripten)DEXSeq_1.53.0.tgz(r-4.3-emscripten)
DEXSeq.pdf |DEXSeq.html
DEXSeq/json (API)
NEWS

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

Peer review:

On BioConductor:DEXSeq-1.53.0(bioc 3.21)DEXSeq-1.52.0(bioc 3.20)

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

immunooncologysequencingrnaseqdifferentialexpressionalternativesplicingdifferentialsplicinggeneexpressionvisualization

7.65 score 6 packages 330 scripts 2.5k downloads 226 mentions 27 exports 107 dependencies

Last updated 3 months agofrom:a6a6573114. Checks:2 OK, 4 NOTE, 1 ERROR. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKDec 30 2024
R-4.5-winOKDec 31 2024
R-4.5-linuxERRORDec 31 2024
R-4.4-winNOTEDec 31 2024
R-4.4-macNOTEDec 30 2024
R-4.3-winNOTENov 30 2024
R-4.3-macNOTEDec 30 2024

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

Dependencies:abindannotateAnnotationDbiaskpassBHBiobaseBiocFileCacheBiocGenericsBiocParallelbiomaRtBiostringsbitbit64bitopsblobcachemclicodetoolscolorspacecpp11crayoncurlDBIdbplyrDelayedArrayDESeq2digestdplyrfansifarverfastmapfilelockformatRfutile.loggerfutile.optionsgenefiltergeneplottergenericsGenomeInfoDbGenomeInfoDbDataGenomicRangesggplot2gluegtablehmshttrhttr2hwriterIRangesisobandjsonliteKEGGRESTlabelinglambda.rlatticelifecyclelocfitmagrittrMASSMatrixMatrixGenericsmatrixStatsmemoisemgcvmimemunsellnlmeopensslpillarpkgconfigplogrpngprettyunitsprogresspurrrR6rappdirsRColorBrewerRcppRcppArmadilloRhtslibrlangRsamtoolsRSQLiteS4ArraysS4VectorsscalessnowSparseArraystatmodstringistringrSummarizedExperimentsurvivalsystibbletidyrtidyselectUCSC.utilsutf8vctrsviridisLitewithrXMLxml2xtableXVector

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

Rendered fromDEXSeq.Rmdusingknitr::rmarkdownon Dec 30 2024.

Last update: 2024-03-18
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