CRAN

IncucyteDRC 0.5.4

Dose Response Curves from Incucyte Proliferation Assays

Released Apr 23, 2016 by Phil Chapman

This package can be loaded by Renjin but all tests failed.

Dependencies

magrittr 1.5 DT 0.4 shiny 1.0.5 ggplot2 2.2.1 drc 3.0-1 cowplot 0.9.2 tidyr 0.8.0 XML 3.98-1.10 dplyr 0.7.4

Package to import data generated by the Incucyte Zoom from Essen Biosciences and use this to fit dose response curves using the drc 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.cran</groupId>
    <artifactId>IncucyteDRC</artifactId>
    <version>0.5.4-b25</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:IncucyteDRC')

Test Results

This package was last tested against Renjin 0.9.2625 on Apr 9, 2018.

Source

R

View GitHub Mirror

Release History