Learn R Programming

dexus (version 1.12.0)

DEXUS - Identifying Differential Expression in RNA-Seq Studies with Unknown Conditions or without Replicates

Description

DEXUS identifies differentially expressed genes in RNA-Seq data under all possible study designs such as studies without replicates, without sample groups, and with unknown conditions. DEXUS works also for known conditions, for example for RNA-Seq data with two or multiple conditions. RNA-Seq read count data can be provided both by the S4 class Count Data Set and by read count matrices. Differentially expressed transcripts can be visualized by heatmaps, in which unknown conditions, replicates, and samples groups are also indicated. This software is fast since the core algorithm is written in C. For very large data sets, a parallel version of DEXUS is provided in this package. DEXUS is a statistical model that is selected in a Bayesian framework by an EM algorithm. DEXUS does not need replicates to detect differentially expressed transcripts, since the replicates (or conditions) are estimated by the EM method for each transcript. The method provides an informative/non-informative value to extract differentially expressed transcripts at a desired significance level or power.

Copy Link

Version

Version

1.12.0

License

LGPL (>= 2.0)

Last Published

February 15th, 2017

Functions in dexus (1.12.0)

DEXUSResult-class

Class "DEXUSResult"
plot

Visualization of a result of the DEXUS algorithm.
dexss

Detection of Differential Expression in a semi-supervised Setting
accessors

Accessors for a "DEXUSResult".
countsPickrell

RNA-Seq data of 69 Nigerian HapMap individuals.
countsBottomly

RNA-Seq data of two mice strains.
countsMontgomery

RNA-Seq data of 60 European HapMap individuals.
`[`

Subsetting a "DEXUSResult".
normalizeData

Normalization of RNA-Seq count data.
dexus

Detection of Differential Expression in an Unsupervised Setting
dexus.parallel

A parallel version of DEXUS.
countsLi

RNA-Seq data of the developmental zones of maize leaves.
INIThreshold<-

Set the I/NI threshold.
getSizeNB

Maximum-likelihood and maximum-a-posteriori estimators for the negative binomial distribution.
INI

I/NI filtering of a DEXUS result.
countsGilad

RNA-Seq data of humans, chimpanzees and rhesus macaques.
sort

Sorting a DEXUS result.