CRAN

metaMA 3.1.2

Meta-analysis for MicroArrays

Released Jan 28, 2015 by Guillemette Marot

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

Dependencies

limma 3.24.15 SMVar 1.3.3

Combines either p-values or modified effect sizes from different studies to find differentially expressed genes

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>metaMA</artifactId>
    <version>3.1.2-b31</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:metaMA')

Test Results

This package was last tested against Renjin 0.8.2500 on Oct 28, 2017.

Source

R

View GitHub Mirror

Release History