I have an Agilent data set , and i normalized and read it using the code bellow , but my result is different from what the paper claim.
library("limma", lib.loc="~/R/win-library/3.1")
targets<-readTargets("target2.txt",row.names=1,sep="")
targets$Filenames[!file.exists(targets$Filenames)]
x <- read.maimages(targets$Filenames,source="agilent", green.only=TRUE)
y <- backgroundCorrect(x,method="normexp")
NormData<-normalizeBetweenArrays(y,method="quantile")
@Gordon - Thank you very much for you reply , i posted on biostar i did not know there is connection between these two site, iam sorry i will not post twice again. Kindly please can i send you an email with all details ?