CRAN

rolypoly 0.1.0

Identifying Trait-Relevant Functional Annotations

Released Mar 16, 2017 by Diego Calderon

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

Dependencies

data.table 1.10.4-3 Matrix 1.2-12 ggplot2 2.2.1 dplyr 0.7.4 glmnet 2.0-13 foreach 1.4.4 MASS 7.3-47 matrixcalc 1.0-3

Using enrichment of genome-wide association summary statistics to identify trait-relevant cellular functional annotations.

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>rolypoly</artifactId>
    <version>0.1.0-b13</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:rolypoly')

Test Results

This package was last tested against Renjin 0.8.2561 on Dec 22, 2017.

Source

R

View GitHub Mirror

Release History