CRAN

mtcreator 0.1

Creating MAGE-TAB files using mtcreator

Released Oct 29, 2012 by Fabian Grandke

This package can be loaded by Renjin but no tests could be found for the package.

Dependencies

affy 1.46.1

This package contains a program that supports users in creating files to comply the MIAME-standart compliant format MAGE-TAB. This format enables the user to upload his high dimensional and related metadata to the public database Array Express. The upload is required before you publish the data or results that has been generated using the data.

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>mtcreator</artifactId>
    <version>0.1-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:mtcreator')

Source

R

View GitHub Mirror

Release History