BioConductor

vsn 3.48.1

Variance stabilization and calibration for microarray data

Released May 23, 2018 by Wolfgang Huber

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

Dependencies

affy 1.58.0 Biobase 2.40.0 lattice 0.20-35 ggplot2 3.0.0 limma 3.36.2

The package implements a method for normalising microarray intensities, and works for single- and multiple-color arrays. It can also be used for data from other technologies, as long as they have similar format. The method uses a robust variant of the maximum-likelihood estimator for an additive-multiplicative error model and affine calibration. The model incorporates data calibration step (a.k.a. normalization), a model for the dependence of the variance on the mean intensity and a variance stabilizing data transformation. Differences between transformed intensities are analogous to "normalized log-ratios". However, in contrast to the latter, their variance is independent of the mean, and they are usually more sensitive and specific in detecting differential transcription.

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>vsn</artifactId>
    <version>3.48.1-b4</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:vsn')

Test Results

This package was last tested against Renjin 0.9.2687 on Aug 25, 2018.

Source

R
C

Release History