Agilent Data Normalization Result
1
0
Entering edit mode
8.5 years ago
nvayin • 0

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")

R • 2.9k views
ADD COMMENT
0
Entering edit mode

Do the paper provide code to get their result? Have you contacted the authors?

ADD REPLY
0
Entering edit mode

The paper used GX gene spring to normalize the data, I contact the authors but they are not replying

ADD REPLY
0
Entering edit mode

hello,

I have one query what type of data we put in target2.txt file...

ADD REPLY
0
Entering edit mode
8.5 years ago
Gordon Smyth ★ 7.0k

You posted the same question to the Bioconductor mailing list, and it has been answered there.

ADD COMMENT
0
Entering edit mode

I can not figure out why my result is different? i do not what GX gene spring is doing , what the paper said is :

stander Agilent normalize methods? I do not know what is?

Extracted data were analysed using GeneSpring GX
7.3.1 (Silicon Genetics, USA). Agilent standard scenario
normalizations for FE1-colour arrays were applied to all
data sets. A subset of genes for data interrogation was
generated that excluded spots of poor quality, and gene
probes that were expressed in <50% of samples.

ADD REPLY

Login before adding your answer.

Traffic: 2565 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6