BioConductor

mdqc 1.42.0

Mahalanobis Distance Quality Control for microarrays

Released Feb 27, 2008 by Gabriela Cohen-Freue

This package can be loaded by Renjin but 3 out 4 tests failed.

Dependencies

cluster 2.0.7-1 MASS 7.3-50

MDQC is a multivariate quality assessment method for microarrays based on quality control (QC) reports. The Mahalanobis distance of an array's quality attributes is used to measure the similarity of the quality of that array against the quality of the other arrays. Then, arrays with unusually high distances can be flagged as potentially low-quality.

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>mdqc</artifactId>
    <version>1.42.0-b2</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:mdqc')

Test Results

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

Source

R

Release History