Package: DEXSeq 1.51.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.51.0.tar.gz
DEXSeq_1.51.0.zip(r-4.5)DEXSeq_1.51.0.zip(r-4.4)DEXSeq_1.51.0.zip(r-4.3)
DEXSeq_1.51.0.tgz(r-4.4-any)DEXSeq_1.51.0.tgz(r-4.3-any)
DEXSeq_1.51.0.tar.gz(r-4.5-noble)DEXSeq_1.51.0.tar.gz(r-4.4-noble)
DEXSeq_1.51.0.tgz(r-4.4-emscripten)DEXSeq_1.51.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.51.0(bioc 3.20)DEXSeq-1.50.0(bioc 3.19)

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

bioconductor-package

27 exports 2.42 score 108 dependencies 6 dependents 226 mentions

Last updated 2 months agofrom:c33f17a778

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

Dependencies:abindannotateAnnotationDbiaskpassBHBiobaseBiocFileCacheBiocGenericsBiocParallelbiomaRtBiostringsbitbit64bitopsblobcachemclicodetoolscolorspacecpp11crayoncurlDBIdbplyrDelayedArrayDESeq2digestdplyrfansifarverfastmapfilelockformatRfutile.loggerfutile.optionsgenefiltergeneplottergenericsGenomeInfoDbGenomeInfoDbDataGenomicRangesggplot2gluegtablehmshttrhttr2hwriterIRangesisobandjsonliteKEGGRESTlabelinglambda.rlatticelifecyclelocfitmagrittrMASSMatrixMatrixGenericsmatrixStatsmemoisemgcvmimemunsellnlmeopensslpillarpkgconfigplogrpngprettyunitsprogresspurrrR6rappdirsRColorBrewerRcppRcppArmadilloRhtslibrlangRsamtoolsRSQLiteS4ArraysS4VectorsscalessnowSparseArraystatmodstringistringrSummarizedExperimentsurvivalsystibbletidyrtidyselectUCSC.utilsutf8vctrsviridisLitewithrXMLxml2xtableXVectorzlibbioc

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

Rendered fromDEXSeq.Rmdusingknitr::rmarkdownon Jun 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