CRAN
drLumi 0.1.2
Multiplex Immunoassays Data Analysis
Released Sep 24, 2015 by Hector Sanz
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>
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.
- SSexp-examples
- SSexpcons-examples
- SSl4-examples
- SSl4cons-examples
- SSl5-examples
- SSl5cons-examples
- conf_bands-examples
- data_selection-examples
- est_conc-examples
- get_outliers-examples
- intra_icc-examples
- invest-examples
- loq_cv-examples
- loq_derivatives-examples
- loq_interval-examples
- lum_export-examples
- lum_import-examples
- plot.scluminex-examples
- scluminex-examples
- summary.scluminex-examples
- test-all