BioConductor

neaGUI 1.9.0

An R package to perform the network enrichment analysis (NEA).

Released Sep 15, 2013 by Setia Pramana

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

Dependencies

hwriter 1.3.2

neaGUI is an easy to use R package developed to perform the network enrichment analysis (NEA) proposed by Alexeyenko et al. (2012). The NEA method extends the overlap statistics in GSEA to network links between genes in the experimental set and those in the functional categories by exploiting biological information in terms of gene interaction network. The neaGUI requires the following R packages: tcltk, KEGG.db, GO.db, reactome.db, org.Hs.eg.db, AnnotationDbi, and hwriter.

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.bioconductor</groupId>
    <artifactId>neaGUI</artifactId>
    <version>1.9.0-b15</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.bioconductor:neaGUI')

Test Results

This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.

Source

R

Release History