BioConductor

DTA 2.26.0

Dynamic Transcriptome Analysis

Released Mar 22, 2012 by Bjoern Schwalb

This package can be loaded by Renjin but 5 out 10 tests failed.

Dependencies

LSD 4.0-0 scatterplot3d 0.3-41

Dynamic Transcriptome Analysis (DTA) can monitor the cellular response to perturbations with higher sensitivity and temporal resolution than standard transcriptomics. The package implements the underlying kinetic modeling approach capable of the precise determination of synthesis- and decay rates from individual microarray or RNAseq measurements.

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>DTA</artifactId>
    <version>2.26.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:DTA')

Test Results

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

Source

R

Release History