Object
~~|
~~+--
ParametersInterface
~~~~~~~|
~~~~~~~+--
Model
~~~~~~~~~~~~|
~~~~~~~~~~~~+--
UnitModel
~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~+--
MultiArrayUnitModel
~~~~~~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~~~~~~+--
ProbeLevelModel
Directly known subclasses: AffineCnPlm, AffinePlm, AffineSnpPlm, AvgCnPlm, AvgPlm, AvgSnpPlm, ExonRmaPlm, HetLogAddCnPlm, HetLogAddPlm, HetLogAddSnpPlm, MbeiCnPlm, MbeiPlm, MbeiSnpPlm, RmaCnPlm, RmaPlm, RmaSnpPlm
public abstract static class ProbeLevelModel extends MultiArrayUnitModel
This abstract class represents a probe-level model (PLM) as defined by the affyPLM package: "A [...] PLM is a model that is fit to probe-intensity data. More specifically, it is where we fit a model with probe level and chip level parameters on a probeset by probeset basis", where the more general case for a probeset is a unit group in Affymetrix CDF terms.
ProbeLevelModel(..., standardize=TRUE)
MultiArrayUnitModel
.TRUE
, chip-effect and probe-affinity estimates are
rescaled such that the product of the probe affinities is one. fit |
|
- | |
getChipEffectSet |
- |
getProbeAffinityFile |
|
- | |
getResidualSet |
- |
getWeightsSet |
|
- |
RmaPlm
have to transform the parameters on the log-scale to the intensity
scale.
Note that the above probe-affinity constraint guarantees that the estimated chip effects across models are on the same scale.