gcrma.rlm {gcrma} | R Documentation |
An internal function to be used by bg.correct.gcrma
.
gcrma.rlm(x,maxit=50,k=.5)
x |
A matrix. By rows are intensities of probes in a probeset,by columns are intensities of a probe on arrays. |
maxit |
maximum iterations in rlm. As maxit in rlm |
k |
As k in rlm. |
a list of two elements, estimated expression measure on each array and standard error from rlm
Jean Wu, Rafeal Irizarry