SingleArrayUnitModel {aroma.affymetrix}R Documentation

The SingleArrayUnitModel class

Description

Package: aroma.affymetrix
Class SingleArrayUnitModel

Object
~~|
~~+--Model
~~~~~~~|
~~~~~~~+--UnitModel
~~~~~~~~~~~~|
~~~~~~~~~~~~+--SingleArrayUnitModel

Directly known subclasses:

public abstract static class SingleArrayUnitModel
extends UnitModel

This abstract class represents a unit model that fits one model per unit based on signals from a single arrays. The nature of a single-array unit model is that each array can be fitted independently of the others.

Usage

SingleArrayUnitModel(...)

Arguments

... Arguments passed to UnitModel.

Fields and Methods

Methods:
fit Estimates the model parameters.

Methods inherited from UnitModel:
findUnitsTodo, getAsteriskTags, getFitSingleCellUnitFunction

Methods inherited from Model:
fit, getAlias, getAsteriskTags, getDataSet, getFullName, getName, getPath, getRootPath, getTags, setAlias, 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]