CRAN

drLumi 0.1.2

Multiplex Immunoassays Data Analysis

Released Sep 24, 2015 by Hector Sanz

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

Dependencies

ggplot2 3.0.0 gdata 2.18.0 rootSolve 1.7 reshape 0.8.7 irr 0.84 stringr 1.3.1 Hmisc 4.1-1 plyr 1.8.4 msm 1.6.6 chron 2.3-52 minpack.lm 1.2-1

Contains quality control routines for multiplex immunoassay data, including several approaches for: treating the background noise of the assay, fitting the dose-response curves and estimating the limits of quantification.

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>drLumi</artifactId>
    <version>0.1.2-b37</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:drLumi')

Test Results

This package was last tested against Renjin 0.9.2689 on Aug 27, 2018.

Source

R

View GitHub Mirror

Release History