Entering edit mode
Javier Pérez Florido
▴
840
@javier-perez-florido-3121
Last seen 6.8 years ago
Hi all,
The MBEI method has two versions: PM-only and PM-MM.
PM-only model performs no background correction, Invariant Set for
normalization, PM only for PM correction and the Multiplicative Model
for summarization. Using expresso:
eset<-expresso(affyBatch,bgcorrect.method="none",normalize.method="inv
ariantset",
pmcorrect.method="pmonly",summary.method="liwong")
But, what is the expresso command for the PM-MM model?
Thanks in advance,
Javier