BioConductor

tweeDEseqCountData 1.18.0

RNA-seq count data employed in the vignette of the tweeDEseq package

Released May 1, 2018 by Juan R Gonzalez

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

Dependencies

Biobase 2.40.0

RNA-seq count data from Pickrell et al. (2010) employed to illustrate the use of the Poisson-Tweedie family of distributions with the tweeDEseq package.

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>tweeDEseqCountData</artifactId>
    <version>1.18.0-b1</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:tweeDEseqCountData')

Test Results

This package was last tested against Renjin 0.9.2643 on May 4, 2018.

Source

R

Release History