BioConductor

alsace 1.16.0

ALS for the Automatic Chemical Exploration of mixtures

Released Apr 30, 2018 by Ron Wehrens

This package can be loaded by Renjin but 6 out 14 tests failed.

Dependencies

ptw 1.9-12 ALS 0.0.6

Alternating Least Squares (or Multivariate Curve Resolution) for analytical chemical data, in particular hyphenated data where the first direction is a retention time axis, and the second a spectral axis. Package builds on the basic als function from the ALS package and adds functionality for high-throughput analysis, including definition of time windows, clustering of profiles, retention time correction, etcetera.

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>alsace</artifactId>
    <version>1.16.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:alsace')

Test Results

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

Source

R

Release History