ProbeLevelTransform3 {aroma.affymetrix}R Documentation

The ProbeLevelTransform3 class

Description

Package: aroma.affymetrix
Class ProbeLevelTransform3

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

Directly known subclasses:
AbstractProbeSequenceNormalization, BaseCountNormalization, BasePositionNormalization, LinearModelProbeSequenceNormalization, MatNormalization, ScaleNormalization3, UnitTypeScaleNormalization

public abstract static class ProbeLevelTransform3
extends ProbeLevelTransform

This abstract class is specialized from ProbeLevelTransform and provides methods to identify subsets and types of probes that are used for fitting and/or updating the signals.

Usage

ProbeLevelTransform3(dataSet=NULL, ..., unitsToFit="-XY", typesToFit=typesToUpdate, unitsToUpdate=NULL, typesToUpdate="pm", shift=0)

Arguments

dataSet A AffymetrixCelSet.
... Arguments passed to the constructor of ProbeLevelTransform.
unitsToFit The units from which the normalization curve should be estimated. If NULL, all are considered.
typesToFit Types of probes to be used when fitting the model.
unitsToUpdate The units to be updated. If NULL, all are considered.
typesToUpdate Types of probes to be updated.
shift An optional amount to shift data before fitting and updating.

Fields and Methods

Methods:
clearCache -

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]