CRAN

GEEaSPU 1.0.2

Adaptive Association Tests for Multiple Phenotypes using Generalized Estimating Equations (GEE)

Released Aug 4, 2016 by Junghi Kim

This package can be loaded by Renjin but all tests failed.

Dependencies

gee 4.13-19 RcppArmadillo 0.9.100.5.0 Rcpp

Provides adaptive association tests for SNP level, gene level and pathway level analyses.

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>GEEaSPU</artifactId>
    <version>1.0.2-b27</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:GEEaSPU')

Test Results

This package was last tested against Renjin 0.9.2689 on Aug 27, 2018.

Source

R
C++

View GitHub Mirror

Release History