BioConductor
DEDS 1.54.0
Differential Expression via Distance Summary for Microarray Data
Released Sep 24, 2007 by Yuanyuan Xiao
This library contains functions that calculate various statistics of differential expression for microarray data, including t statistics, fold change, F statistics, SAM, moderated t and F statistics and B statistics. It also implements a new methodology called DEDS (Differential Expression via Distance Summary), which selects differentially expressed genes by integrating and summarizing a set of statistics using a weighted distance approach.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.bioconductor</groupId> <artifactId>DEDS</artifactId> <version>1.54.0-b1</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.bioconductor:DEDS')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 1, 2018.
- aggregateFun-examples
- comp.B-examples
- comp.F-examples
- comp.FC-examples
- comp.SAM-examples
- comp.adjp-examples
- comp.ebayes-examples
- comp.fdr-examples
- comp.modF-examples
- comp.modt-examples
- comp.stat-examples
- comp.t-examples
- comp.unadjp-examples
- deds.chooseTest-examples
- deds.genExtra-examples
- deds.stat-examples
- deds.stat.linkC-examples
- pairs.DEDS-examples
- qqnorm.DEDS-examples
- topgenes-examples