CRAN
DRI 1.1
DR-Integrator
Released Nov 17, 2009 by Keyan Salari
This package can be loaded by Renjin but 3 out 14 tests failed.
Dependencies
Integrative analysis of DNA copy number and gene expression data described in Salari et al 2009
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.cran</groupId> <artifactId>DRI</artifactId> <version>1.1-b227</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.cran:DRI')
Test Results
This package was last tested against Renjin 0.8.2440 on Sep 22, 2017.
- DRI-package-examples
- drcorrelate-examples
- drcorrelate.null-examples
- dri.correlation.plot-examples
- dri.fdrCutoff-examples
- dri.heatmap-examples
- dri.impute-examples
- dri.merge.CNbyRNA-examples
- dri.sig_genes-examples
- dri.smooth.cghdata-examples
- drsam-examples
- drsam.null-examples
- mySampleData-examples
- runFusedLasso-examples