Object
~~|
~~+--
ParametersInterface
~~~~~~~|
~~~~~~~+--
Model
~~~~~~~~~~~~|
~~~~~~~~~~~~+--
UnitModel
~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~+--
MultiArrayUnitModel
Directly known subclasses: AffineCnPlm, AffinePlm, AffineSnpPlm, AvgCnPlm, AvgPlm, AvgSnpPlm, ExonRmaPlm, HetLogAddCnPlm, HetLogAddPlm, HetLogAddSnpPlm, MbeiCnPlm, MbeiPlm, MbeiSnpPlm, ProbeLevelModel, RmaCnPlm, RmaPlm, RmaSnpPlm
public abstract static class MultiArrayUnitModel extends UnitModel
This abstract class represents a unit model that fits one model per unit based on signals for all arrays in the data set. The nature of a multi-array unit model is that all arrays must be available at the time of the fit and the estimated parameters will depend on the data from all arrays. Thus, if the signals in one array changes the model has to be refitted.
MultiArrayUnitModel(..., listOfPriors=NULL)
UnitModel
.list
of priors to be used when fitting
the model. getListOfPriors |
|
- | |
setListOfPriors |
- |