CRAN

minPtest 1.7

Gene region-level testing procedure for SNP data, using the min P test resampling approach

Released Dec 19, 2013 by Stefanie Hieke

This package can be loaded by Renjin but 1 out 4 tests failed.

Dependencies

Epi 2.26 scrime 1.3.3

Package minPtest is designed for estimating a gene region-level summary for SNP data from case-control studies using a permutation-based resampling method, called min P test, allowing execution on a compute cluster or multicore computer.

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>minPtest</artifactId>
    <version>1.7-b246</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:minPtest')

Test Results

This package was last tested against Renjin 0.9.2622 on Apr 8, 2018.

Source

R

View GitHub Mirror

Release History