Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

vsn-package

vsn


Description

vsn

Details

The main function of the package is vsn2. Interesting for its applications are also predict and the wrapper function justvsn.

vsn2 can be applied to objects of class ExpressionSet, NChannelSet, AffyBatch (from the affy package) and RGList (from the limma package), matrix and vector. It returns an object of class vsn, which contains the results of fitting the vsn model to the data.

The most common use case is that you will want to construct a new data object with the vsn-normalized data whose class is the same as that of the input data and which preserves the metadata. This can be achieved by

fit = vsn2(x, ...)
    nx = predict(fit, newdata=x)

To simplify this, there exists also a simple wrapper justvsn.

Author(s)

Wolfgang Huber


vsn

Variance stabilization and calibration for microarray data

v3.58.0
Artistic-2.0
Authors
Wolfgang Huber, with contributions from Anja von Heydebreck. Many comments and suggestions by users are acknowledged, among them Dennis Kostka, David Kreil, Hans-Ulrich Klein, Robert Gentleman, Deepayan Sarkar and Gordon Smyth
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.