CRAN

goldi 1.0.1

Gene Ontology Label Discernment and Identification

Released Jun 28, 2017 by Christopher B. Cole

This package is available for Renjin and there are no known compatibility issues.

Dependencies

tm 0.7-3 magrittr 1.5 futile.logger RcppArmadillo 0.8.400.0.0 Rcpp SnowballC 0.5.1 dplyr 0.7.4

A tool for identifying multiple word key terms in free text with application to Gene Ontology labels.

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>goldi</artifactId>
    <version>1.0.1-b16</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:goldi')

Test Results

This package was last tested against Renjin 0.9.2625 on Apr 9, 2018.

Source

R
C++

View GitHub Mirror

Release History