Bioconductor version: Release (2.12)
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.
Author: Guenter Klambauer
Maintainer: Guenter Klambauer <klambauer at bioinf.jku.at>
To install this package, start R and enter:
source("http://bioconductor.org/biocLite.R") biocLite("dexus")
To cite this package in a publication, start R and enter:
citation("dexus")
R Script | dexus: Manual for the R package | |
Reference Manual |
biocViews | Bioinformatics, CellBiology, Classification, DifferentialExpression, GeneExpression, HapMap, HighThroughputSequencing, HighTroughputSequencingData, Homo_sapiens, Macaca_mulatta, Mus_musculus, Pan_troglodytes, QualityControl, RNAExpressionData, RNASeq, RNAseqData, Sequencing, Software, Zea_Mays |
Version | 1.0.2 |
In Bioconductor since | BioC 2.13 (R-2.18) |
License | LGPL (>= 2.0) |
Depends | R (>= 2.15), methods, BiocGenerics |
Imports | |
Suggests | parallel, statmod, stats, DESeq, RColorBrewer |
System Requirements | |
URL | |
Depends On Me | |
Imports Me | |
Suggests Me |
Package Source | dexus_1.0.2.tar.gz |
Windows Binary | dexus_1.0.2.zip (32- & 64-bit) |
Mac OS X 10.6 (Snow Leopard) | dexus_1.0.2.tgz |
Package Downloads Report | Download Stats |
Common Bioconductor workflows include:
Post questions about Bioconductor packages to our mailing lists. Read the posting guide before posting!