CRAN
ACSNMineR 0.16.8.25
Gene Enrichment Analysis from ACSN Maps or GMT Files
Released Sep 1, 2016 by Paul Deveau
Dependencies
ggplot2 2.2.1 scales 0.5.0 gridExtra 2.3
Compute and represent gene set enrichment or depletion from your data based on pre-saved maps from the Atlas of Cancer Signalling Networks (ACSN) or user imported maps. User imported maps must be complying with the GMT format as defined by the Broad Institute, that is to say that the file should be tab- separated, that the first column should contain the module name, the second column can contain comments that will be overwritten with the number of genes in the module, and subsequent columns must contain the list of genes (HUGO symbols; tab-separated) inside the module. The gene set enrichment can be run with hypergeometric test or Fisher exact test, and can use multiple corrections. Visualization of data can be done either by barplots or heatmaps.
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>ACSNMineR</artifactId> <version>0.16.8.25-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>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:ACSNMineR')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.