CRAN
TAHMMAnnot 2.0
Mixture model approach to compare two samples of Tiling Array data
Released Jan 8, 2013 by Caroline Berard
This package can be loaded by Renjin but there was an error compiling C/FORTRAN sources and no tests could be found for the package.
Dependencies
2 samples comparison of Tiling Array data using mixture model approach and taking into account the dependence between probes and the structural annotation
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>TAHMMAnnot</artifactId> <version>2.0-b241</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:TAHMMAnnot')