Model | R Documentation |
Package: aroma.affymetrix
Class Model
Object
~~|
~~+--
ParametersInterface
~~~~~~~|
~~~~~~~+--
Model
Directly known subclasses:
AffineCnPlm, AffinePlm, AffineSnpPlm, AlleleSummation, AvgCnPlm, AvgPlm, AvgSnpPlm, CrlmmModel, ExonRmaPlm, FirmaModel, HetLogAddCnPlm, HetLogAddPlm, HetLogAddSnpPlm, MbeiCnPlm, MbeiPlm, MbeiSnpPlm, MultiArrayUnitModel, ProbeLevelModel, RmaCnPlm, RmaPlm, RmaSnpPlm, SingleArrayUnitModel, UnitModel
public abstract static class Model
extends ParametersInterface
This class is abstract and represents a generic model that applies to a data set.
Model(dataSet=NULL, tags="*", ..., .onUnknownArgs=c("error", "warning", "ignore"))
dataSet |
The data set to which this model should be fitted. |
tags |
A |
... |
Not used. |
.onUnknownArgs |
A |
Methods:
fit | - | |
getAsteriskTags | - | |
getDataSet | - | |
getFullName | - | |
getName | - | |
getPath | - | |
getTags | - | |
setTags | - | |
Methods inherited from ParametersInterface:
getParameterSets, getParameters, getParametersAsString
Methods inherited from Object:
$, $<-, [[, [[<-, as.character, attach, attachLocally, clearCache, clearLookupCache, clone, detach, equals, extend, finalize, getEnvironment, getFieldModifier, getFieldModifiers, getFields, getInstantiationTime, getStaticInstance, hasField, hashCode, ll, load, names, objectSize, print, save, asThis
Henrik Bengtsson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.