ScaleNormalization3 {aroma.affymetrix}R Documentation

The ScaleNormalization3 class

Description

Package: aroma.affymetrix
Class ScaleNormalization3

Object
~~|
~~+--AromaTransform
~~~~~~~|
~~~~~~~+--Transform
~~~~~~~~~~~~|
~~~~~~~~~~~~+--ProbeLevelTransform
~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~+--ProbeLevelTransform3
~~~~~~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~~~~~~+--ScaleNormalization3

Directly known subclasses:

public static class ScaleNormalization3
extends ProbeLevelTransform3

This class represents a normalization function that transforms the probe-level signals towards the same scale.

Usage

ScaleNormalization3(..., targetAvg=4400)

Arguments

... Arguments passed to the constructor of ProbeLevelTransform3.
targetAvg A numeric value.

Fields and Methods

Methods:
process Normalizes the data set.

Methods inherited from ProbeLevelTransform3:
clearCache, getCellsTo, getCellsToFit, getCellsToUpdate, getUnitsTo, getUnitsToFit, getUnitsToUpdate, writeSignals

Methods inherited from Transform:
getOutputDataSet, getOutputDataSetOLD20090509, getOutputFiles

Methods inherited from AromaTransform:
getExpectedOutputFiles, getExpectedOutputFullnames, getFullName, getInputDataSet, getName, getOutputDataSet, getOutputDataSet0, getOutputFiles, getPath, getTags, isDone, process, setTags

Methods inherited from Object:
asThis, $, $<-, [[, [[<-, as.character, attach, attachLocally, clearCache, clone, detach, equals, extend, finalize, gc, getEnvironment, getFields, getInstantiationTime, getStaticInstance, hasField, hashCode, ll, load, objectSize, print, registerFinalizer, save

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)


[Package aroma.affymetrix version 1.2.0 Index]