I have an Agilent data set , and normalized and read it using the code bellow , but the 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")
Do the paper provide code to get their result? Have you contacted the authors?
The paper used GX gene spring to normalize the data, I contact the authors but they are not replying
hello,
I have one query what type of data we put in target2.txt file...